SoWinFullViewerIsPopupMenuEnabled Method |
Note: This API is now obsolete.
Returns whether the viewer popup menu is enabled or disabled.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use IsDefaultContextMenuEnabled property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsPopupMenuEnabled()
<ObsoleteAttribute("Use IsDefaultContextMenuEnabled property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function IsPopupMenuEnabled As Boolean
public:
[ObsoleteAttribute(L"Use IsDefaultContextMenuEnabled property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool IsPopupMenuEnabled()
[<ObsoleteAttribute("Use IsDefaultContextMenuEnabled property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member IsPopupMenuEnabled : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also