LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Cursor Property






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

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.