SoWinViewerIsCursorEnabled Method |
Note: This API is now obsolete.
Queries whether the viewer is allowed to change the cursor over the renderArea window.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use CursorEnabled property instead.")]
public bool IsCursorEnabled()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use CursorEnabled property instead.")>
Public Function IsCursorEnabled As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use CursorEnabled property instead.")]
bool IsCursorEnabled()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use CursorEnabled property instead.")>]
member IsCursorEnabled : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also