Click or drag to resize
SoWinGLWidgetSetCursor Method

Note: This API is now obsolete.

Sets the current cursor.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since OpenInventor 9.2.1.0. Use Cursor property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetCursor(
	Cursor newCursor
)

Parameters

newCursor
Type: System.Windows.FormsCursor
Remarks

If you are using a viewer class, the viewer will automatically change the cursor depending on the viewer mode. These changes will override the cursor set with this method unless you also call SoWinViewer.setCursorEnabled(false).

See Also