Accusoft.NotateXpress13.Net
SetUseCursorType Method




The CursorSelection enumeration value set.
A boolean value which determines if a distinctive cursor is used or not.
Returns an indicator if a distinctive cursor is used for a specific type of operation (creating, moving, or selecting objects).
Syntax
'Declaration
 
Public Sub SetUseCursorType( _
   ByVal cursorType As CursorSelection, _
   ByVal use As Boolean _
) 
'Usage
 
Dim instance As NotateXpress
Dim cursorType As CursorSelection
Dim use As Boolean
 
instance.SetUseCursorType(cursorType, use)
public void SetUseCursorType( 
   CursorSelection cursorType,
   bool use
)
public: void SetUseCursorType( 
   CursorSelection cursorType,
   bool use
) 
public:
void SetUseCursorType( 
   CursorSelection cursorType,
   bool use
) 

Parameters

cursorType
The CursorSelection enumeration value set.
use
A boolean value which determines if a distinctive cursor is used or not.
Remarks
The default value is to use tool specific cursors for creating, moving and selecting.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback