LEADTOOLS Annotations (Leadtools.Annotations assembly)

RunCursor Property

Show in webframe





Gets or sets the cursor used in run mode when hovering over an object.
Syntax
public Cursor RunCursor {get; set;}
'Declaration
 
Public Property RunCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.RunCursor = value
 
value = instance.RunCursor

            

            
public:
property Cursor^ RunCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The cursor used in run mode when hovering over an object.
Remarks
Used when UserMode is AnnUserMode.Run.
Example
For an example, refer to SelectObjectCursor.
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.