LEADTOOLS Annotations (Leadtools.Annotations assembly)

SelectedObjectCursor Property

Show in webframe





Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a selected object.
Syntax
public Cursor SelectedObjectCursor {get; set;}
'Declaration
 
Public Property SelectedObjectCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.SelectedObjectCursor = value
 
value = instance.SelectedObjectCursor

            

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

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a selected object.
Remarks

Used when UserMode is AnnUserMode.Design

If the cursor is over a control point the ControlPointCursor image will be used instead.

Example
For an example, refer to SelectObjectCursor.
Requirements

Target Platforms

See Also

Reference

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

 

 


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