Gets or sets the default cursor for the control.
Syntax
Visual Basic (Declaration) | |
---|
Protected ReadOnly Property DefaultCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Medical3DControl
Dim value As Cursor
value = instance.DefaultCursor |
C# | |
---|
protected Cursor DefaultCursor {get;} |
Property Value
An object of type
System.Windows.Forms.Cursor representing the current default cursor.
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