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

ControlPointCursor Property






Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a control point.
Syntax
public Cursor ControlPointCursor {get; set;}
'Declaration
 
Public Property ControlPointCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.ControlPointCursor = value
 
value = instance.ControlPointCursor
public Cursor ControlPointCursor {get; set;}
 get_ControlPointCursor();
set_ControlPointCursor(value);
public:
property Cursor^ ControlPointCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a control point.
Remarks
Used when UserMode is AnnUserMode.Design.
Example
For an example, refer to SelectObjectCursor.
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

AnnAutomationManager Class
AnnAutomationManager Members
RotateCenterControlPointCursor Property
ControlPointNWSECursor Property
ControlPointNSCursor Property
ControlPointNESWCursor Property
ControlPointWECursor Property
RotateGripperControlPointCursor Property
RunCursor Property
SelectedObjectCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property

 

 


Products | Support | Contact Us | Copyright Notices

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