The Cursor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the cursor to be used in the control.Visual Basic (Declaration) | |
---|---|
Property Cursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnAutomationControl Dim value As Cursor instance.Cursor = value value = instance.Cursor |
C# | |
---|---|
Cursor Cursor {get; set;} |
Property Value
A Cursor that specifies the cursor to be used in the control.For an example, refer to IAnnAutomationControl.
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).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7