SelectCursor Property
Summary
Gets or sets the Select cursor.
Syntax
public Cursor SelectCursor { get; set; }
Public Property SelectCursor As Cursor
public:
property Cursor^ SelectCursor {
Cursor^ get();
void set ( Cursor^ );
}
Property Value
Cursor to be used while selecting an object.