Gets and sets the displaying of a busy cursor when thumbnail images are being loaded from a directory or file.
[Category("ThumbnailXpress")]
[Description("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")]
[Browsable(false)]
public bool ShowBusyCursor {get; set;}
[Category("ThumbnailXpress")]
[Description("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")]
[Browsable(false)]
public: __property bool get_ShowBusyCursor();
public: __property void set_ShowBusyCursor(
bool value
);
[Category("ThumbnailXpress")]
[Description("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")]
[Browsable(false)]
public:
property bool ShowBusyCursor {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to display the standard busy cursor when thumbnail images are being loaded. Otherwise,
false should be used.