Gets and sets the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file.
'Declaration
<DescriptionAttribute("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")>
<CategoryAttribute("ThumbnailXpress")>
<ObsoleteAttribute("This property is deprecated, please use ShowBusyCursor instead.")>
<BrowsableAttribute(True)>
Public Property ShowHourglass As Boolean
'Usage
Dim instance As ThumbnailXpress
Dim value As Boolean
instance.ShowHourglass = value
value = instance.ShowHourglass
[Description("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")]
[Category("ThumbnailXpress")]
[Obsolete("This property is deprecated, please use ShowBusyCursor instead.")]
[Browsable(true)]
public bool ShowHourglass {get; set;}
[Description("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")]
[Category("ThumbnailXpress")]
[Obsolete("This property is deprecated, please use ShowBusyCursor instead.")]
[Browsable(true)]
public: __property bool get_ShowHourglass();
public: __property void set_ShowHourglass(
bool value
);
[Description("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")]
[Category("ThumbnailXpress")]
[Obsolete("This property is deprecated, please use ShowBusyCursor instead.")]
[Browsable(true)]
public:
property bool ShowHourglass {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to display an hourglass when thumbnail images are being loaded. Otherwise,
false should be used.