Click or drag to resize
SoWinGLWidgetCursor Property

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
public Cursor Cursor { get; set; }

Property Value

Type: Cursor
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