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