Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SelectObjectCursor Property
See Also  Example
Leadtools.Annotations Namespace > AnnAutomationManager Class : SelectObjectCursor Property




Gets or sets the Cursor mouse pointer image used when hovering over an unselected annotation object.

Syntax

Visual Basic (Declaration) 
Public Property SelectObjectCursor As Cursor
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.SelectObjectCursor = value
 
value = instance.SelectObjectCursor
C# 
public Cursor SelectObjectCursor {get; set;}
Managed Extensions for C++ 
public: __property Cursor get_SelectObjectCursor();
public: __property void set_SelectObjectCursor( 
   Cursor value
);
C++/CLI 
public:
property Cursor SelectObjectCursor {
   Cursor get();
   void set (Cursor value);
}

Return Value

The Cursor mouse pointer image used when hovering over an unselected annotation object.

Example

This example sets the automation manager to various mouse cursors.

Visual BasicCopy Code
Public Sub AnnAutomationManager_SelectObjectCursor(ByVal manager As AnnAutomationManager)
   ' Set the cursor used in design mode hovering over an unselected annotation object.
   manager.SelectObjectCursor = Cursors.Cross
   ' Set the cursor used in design mode when the cursor is over a selected object (but not over the control points).
   manager.SelectedObjectCursor = Cursors.Hand
   ' Set the cursor used in design mode when cursor is over a control point.
   manager.ControlPointCursor = Cursors.Cross
   ' Set the cursor used in design mode when dragging and selecting a group of objects
   manager.SelectRectangleCursor = Cursors.Default
   ' Set the cursor used in run mode when hovering over an object
   manager.RunCursor = Cursors.Hand
   ' Set the cursor used in design mode when hovering over an upper left/lower right control point
   manager.ControlPointNWSECursor = Cursors.PanNW
   ' Set the cursor used in design mode when hovering over an upper right/lower left control point
   manager.ControlPointNESWCursor = Cursors.PanNE
   ' Set the cursor used in design mode when hovering over an upper/lower middle control point
   manager.ControlPointNSCursor = Cursors.PanNorth
   ' Set the cursor used in design mode when hovering over an side middle control point
   manager.ControlPointWECursor = Cursors.PanWest
   ' Set the cursor used in design mode when hovering over the rotate center control point
   manager.RotateCenterControlPointCursor = Cursors.Hand
   ' Set the cursor used in design mode when hovering over the rotate gripper control point
   manager.RotateGripperControlPointCursor = Cursors.SizeAll
End Sub
C#Copy Code
public void AnnAutomationManager_SelectObjectCursor(AnnAutomationManager manager) 

   // Set the cursor used in design mode hovering over an unselected annotation object. 
   manager.SelectObjectCursor = Cursors.Cross; 
   // Set the cursor used in design mode when the cursor is over a selected object (but not over the control points). 
   manager.SelectedObjectCursor = Cursors.Hand; 
   // Set the cursor used in design mode when cursor is over a control point. 
   manager.ControlPointCursor = Cursors.Cross; 
   // Set the cursor used in design mode when dragging and selecting a group of objects 
   manager.SelectRectangleCursor = Cursors.Default; 
   // Set the cursor used in run mode when hovering over an object 
   manager.RunCursor = Cursors.Hand; 
   // Set the cursor used in design mode when hovering over an upper left/lower right control point 
   manager.ControlPointNWSECursor = Cursors.PanNW; 
   // Set the cursor used in design mode when hovering over an upper right/lower left control point 
   manager.ControlPointNESWCursor = Cursors.PanNE; 
   // Set the cursor used in design mode when hovering over an upper/lower middle control point 
   manager.ControlPointNSCursor = Cursors.PanNorth; 
   // Set the cursor used in design mode when hovering over an side middle control point 
   manager.ControlPointWECursor = Cursors.PanWest; 
   // Set the cursor used in design mode when hovering over the rotate center control point 
   manager.RotateCenterControlPointCursor = Cursors.Hand; 
   // Set the cursor used in design mode when hovering over the rotate gripper control point 
   manager.RotateGripperControlPointCursor = Cursors.SizeAll; 
}

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features