Accusoft.NotateXpress13.Net
GetUseCursorType Method




The CursorSelection enumeration value set.
Returns a value indicating if a distinctive cursor is used for a specific type of operation (creating, moving, or selecting objects).
Syntax
'Declaration
 
Public Function GetUseCursorType( _
   ByVal cursorType As CursorSelection _
) As Boolean
'Usage
 
Dim instance As NotateXpress
Dim cursorType As CursorSelection
Dim value As Boolean
 
value = instance.GetUseCursorType(cursorType)
public bool GetUseCursorType( 
   CursorSelection cursorType
)
public: bool GetUseCursorType( 
   CursorSelection cursorType
) 
public:
bool GetUseCursorType( 
   CursorSelection cursorType
) 

Parameters

cursorType
The CursorSelection enumeration value set.

Return Value

A boolean value which is true to use a distinctive cursor. Otherwise, false is returned.
Remarks
The default value is true.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback