Gets the value of whether a distinctive cursor will be used for a specific type of operation (creating, moving, or selecting objects).
Visual Basic |
---|
Public Function GetUseCursorType( _ ByVal cursorType As NX_CursorType _ ) As Boolean |
- cursorType
Value Description NX_Cursor_Creating The cursor when creating new elements. NX_Cursor_Moving The cursor when moving elements. NX_Cursor_Selecting The cursor when selecting elements.
If a distinctive cursor is to be used.
The default is to use tool specific cursors for creating, moving, and selecting.