LEADTOOLS Annotations (Leadtools.Annotations assembly)

DrawCursor Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.