Click or drag to resize
SoWinViewerSetCursorEnabled Method

Note: This API is now obsolete.

Sets whether the viewer is allowed to change the cursor over the renderArea window.

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

Parameters

onOrOff
Type: SystemBoolean
Remarks

When disabled, the cursor is undefined by the viewer and will not change as the mode of the viewer changes. When re-enabled, the viewer will reset it to the appropriate icon.

Disabling the cursor enables the application to set the cursor directly on the viewer window or on any parent widget of the viewer. This can be used when setting a busy cursor on the application shell.

See Also