SoWinGLWidgetGetCursor Method |
Note: This API is now obsolete.
Returns the current cursor.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use Cursor property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Cursor GetCursor()
<ObsoleteAttribute("Use Cursor property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetCursor As Cursor
public:
[ObsoleteAttribute(L"Use Cursor property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
Cursor^ GetCursor()
[<ObsoleteAttribute("Use Cursor property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetCursor : unit -> Cursor
Return Value
Type:
Cursor
Remarks
See Also