Accusoft.ImagXpress13.Net
SetToolCursor Method




Tool cursor type to set.
New cursor.
Sets the cursor for a specific tool cursor type.
Syntax
'Declaration
 
Public Sub SetToolCursor( _
   ByVal cursorType As ToolCursor, _
   ByVal cursor As Cursor _
) 
'Usage
 
Dim instance As ImageXView
Dim cursorType As ToolCursor
Dim cursor As Cursor
 
instance.SetToolCursor(cursorType, cursor)
public void SetToolCursor( 
   ToolCursor cursorType,
   Cursor cursor
)
public: void SetToolCursor( 
   ToolCursor cursorType,
   Cursor* cursor
) 
public:
void SetToolCursor( 
   ToolCursor cursorType,
   Cursor^ cursor
) 

Parameters

cursorType
Tool cursor type to set.
cursor
New cursor.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback