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.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use IsDefaultContextMenuEnabled property instead.")]
public bool IsPopupMenuEnabled()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use IsDefaultContextMenuEnabled property instead.")>
Public Function IsPopupMenuEnabled As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use IsDefaultContextMenuEnabled property instead.")]
bool IsPopupMenuEnabled()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use IsDefaultContextMenuEnabled property instead.")>]
member IsPopupMenuEnabled : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also