Gets and sets the displaying of a busy cursor when thumbnail images are being loaded from a directory or file.
'Declaration
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(False)>
<DescriptionAttribute("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")>
Public Property ShowBusyCursor As Boolean
'Usage
Dim instance As ThumbnailXpress
Dim value As Boolean
instance.ShowBusyCursor = value
value = instance.ShowBusyCursor
[Category("ThumbnailXpress")]
[Browsable(false)]
[Description("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")]
public bool ShowBusyCursor {get; set;}
[Category("ThumbnailXpress")]
[Browsable(false)]
[Description("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")]
public: __property bool get_ShowBusyCursor();
public: __property void set_ShowBusyCursor(
bool value
);
[Category("ThumbnailXpress")]
[Browsable(false)]
[Description("Indicates the displaying of a busy cursor when thumbnail images are being loaded from a directory or file")]
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.