Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Cursor Property






Gets or sets the cursor to be used in the control.
Syntax
Cursor Cursor {get; set;}
property Cursor^ Cursor {
   Cursor^ get();
   void set (    Cursor^ value);
}
'Declaration
 
Property Cursor As Cursor
 
'Usage
 
Dim instance As IAnnAutomationControl
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor

Property Value

A Cursor that specifies the cursor to be used in the control.
Remarks

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).

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)