Sets the value of whether a distinctive cursor will be used for a specific type of operation (creating, moving, or selecting objects).
Visual Basic |
---|
Public Sub SetUseCursorType( _ ByVal cursorType As NX_CursorType, _ ByVal bUse 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. - bUse
- If a distinctive cursor is to be used.
The default is to use tool specific cursors for creating, moving, and selecting.