Gets or sets the
System.Windows.Forms.Cursor mouse pointer image used when dragging and selecting a group of objects.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property SelectRectangleCursor As Cursor |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnAutomationManager
Dim value As Cursor
instance.SelectRectangleCursor = value
value = instance.SelectRectangleCursor |
| C# | |
|---|
public Cursor SelectRectangleCursor {get; set;} |
Property Value
The
System.Windows.Forms.Cursor mouse pointer image used when dragging and selecting a group of objects.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also