SoWinGLWidgetSetCursor Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Cursor property instead.")]
public void SetCursor(
Cursor newCursor
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Cursor property instead.")>
Public Sub SetCursor (
newCursor As Cursor
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Cursor property instead.")]
void SetCursor(
Cursor^ newCursor
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Cursor property instead.")>]
member SetCursor :
newCursor : Cursor -> unit
Parameters
- newCursor
- Type: System.Windows.FormsCursor
RemarksIf 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