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.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since OpenInventor 9300. Use IsDefaultContextMenuEnabled property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsPopupMenuEnabled()
<ObsoleteAttribute("Obsolete since OpenInventor 9300. Use IsDefaultContextMenuEnabled property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function IsPopupMenuEnabled As Boolean
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9300. Use IsDefaultContextMenuEnabled property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool IsPopupMenuEnabled()
[<ObsoleteAttribute("Obsolete since OpenInventor 9300. Use IsDefaultContextMenuEnabled property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member IsPopupMenuEnabled : unit -> bool
Return Value
Type:
BooleanRemarks See Also