LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Cursor Property
See Also 
Leadtools.Annotations Namespace > IAnnAutomationControl Interface : Cursor Property



The Cursor Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the cursor to be used in the control.

Syntax

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;}
C++/CLI 
property Cursor^ Cursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

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

Example

For an example, refer to IAnnAutomationControl.

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features