Leadtools.Annotations Namespace > IAnnAutomationControl Interface : Cursor Property |
Cursor Cursor {get; set;}
'Declaration Property Cursor As Cursor
'Usage Dim instance As IAnnAutomationControl Dim value As Cursor instance.Cursor = value value = instance.Cursor
The automation will use many different cursors depending on current operation (drawing new annotations, moving existing annotations, etc). If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this property (since the default System.Windows.Forms.Control.Cursor will be used).