Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

SelectRectangleCursor Property






Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when dragging and selecting a group of objects.
Syntax
public Cursor SelectRectangleCursor {get; set;}
'Declaration
 
Public Property SelectRectangleCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.SelectRectangleCursor = value
 
value = instance.SelectRectangleCursor

            

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

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when dragging and selecting a group of objects.
Remarks
Used when UserMode is AnnUserMode.Design.
Example
For an example, refer to SelectObjectCursor.
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)