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

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 Cursor DrawCursor {get; set;}
 get_DrawCursor();
set_DrawCursor(value);
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: 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

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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