StatusCursor Property
Summary
Gets or sets the status cursor.
Syntax
public Cursor StatusCursor { get; set; }
Public Property StatusCursor As Cursor
public:
property Cursor^ StatusCursor {
Cursor^ get();
void set ( Cursor^ );
}
Property Value
Cursor to display as status between multiple captures. Default is nullptr
.