Click or drag to resize
SoWinFullViewerSetPopupMenuEnabled Method

Note: This API is now obsolete.

Enables/disables the viewer popup menu (default enabled).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since OpenInventor 9.3.0.0. Use IsDefaultContextMenuEnabled property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetPopupMenuEnabled(
	bool trueOrFalse
)

Parameters

trueOrFalse
Type: SystemBoolean
Remarks

See the viewer constructor to prevent the popup menu from being built.

The default value can be set using the environment variable OIV_VIEWER_POPUP_MENU (0 = OFF, 1 = ON).

Description or equivalent function for each submenu of this popup menu:

See Also