DrawCursor Property
Summary
Gets or sets the cursor to be used for drawing.
Syntax
public Cursor DrawCursor { get; set; }
Public Property DrawCursor As Cursor
public:
property Cursor^ DrawCursor {
Cursor^ get();
void set ( Cursor^ );
}
Property Value
A Cursor value indicating the cursor to be used for drawing.