Accusoft.NotateXpress13.Net
GetUseCustomCursorType Method




The CursorSelection type of the cursor to use.
The AnnotationTool for the specified cursor type.
Uses custom cursors instead of built in ones.
Syntax
'Declaration
 
Public Function GetUseCustomCursorType( _
   ByVal cursorType As CursorSelection, _
   ByVal tool As AnnotationTool _
) As IntPtr
'Usage
 
Dim instance As NotateXpress
Dim cursorType As CursorSelection
Dim tool As AnnotationTool
Dim value As IntPtr
 
value = instance.GetUseCustomCursorType(cursorType, tool)
public IntPtr GetUseCustomCursorType( 
   CursorSelection cursorType,
   AnnotationTool tool
)
public: IntPtr GetUseCustomCursorType( 
   CursorSelection cursorType,
   AnnotationTool tool
) 
public:
IntPtr GetUseCustomCursorType( 
   CursorSelection cursorType,
   AnnotationTool tool
) 

Parameters

cursorType
The CursorSelection type of the cursor to use.
tool
The AnnotationTool for the specified cursor type.

Return Value

The handle to a cursor.
Remarks

This returns the handle that the user passed in during SetUseCustomCursorType.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback