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

Show in webframe

DrawCursor Property






Gets or sets the draw designer mouse cursor of this AnnAutomationObject.
Syntax
public virtual Cursor DrawCursor {get; set;}
'Declaration
 
Public Overridable Property DrawCursor As Cursor
'Usage
 
Dim instance As AnnAutomationObject
Dim value As Cursor
 
instance.DrawCursor = value
 
value = instance.DrawCursor

            

            
public:
virtual property Cursor^ DrawCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The draw designer mouse System.Windows.Forms.Cursor of this AnnAutomationObject.
Remarks
The draw designer mouse cursor is displayed in design mode when drawing a new annotation object associated with this AnnAutomationObject.
Example
For an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

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