Accusoft.ImagXpress13.Net
IsToolCursorBuiltin Method




Tool cursor type to check.
Determines if the current cursor for a tool is the built-in default cursor.
Syntax
'Declaration
 
Public Function IsToolCursorBuiltin( _
   ByVal cursorType As ToolCursor _
) As Boolean
'Usage
 
Dim instance As ImageXView
Dim cursorType As ToolCursor
Dim value As Boolean
 
value = instance.IsToolCursorBuiltin(cursorType)
public bool IsToolCursorBuiltin( 
   ToolCursor cursorType
)
public: bool IsToolCursorBuiltin( 
   ToolCursor cursorType
) 
public:
bool IsToolCursorBuiltin( 
   ToolCursor cursorType
) 

Parameters

cursorType
Tool cursor type to check.

Return Value

A System.Boolean value for the built-in status of the tool cursor.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback