'Declaration
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")>
<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
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")]
[ObsoleteAttribute("This property is deprecated, please use ShowBusyCursor instead.")]
[BrowsableAttribute(true)]
public bool ShowHourglass {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")]
[ObsoleteAttribute("This property is deprecated, please use ShowBusyCursor instead.")]
[BrowsableAttribute(true)]
public: __property bool get_ShowHourglass();
public: __property void set_ShowHourglass(
bool value
);
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")]
[ObsoleteAttribute("This property is deprecated, please use ShowBusyCursor instead.")]
[BrowsableAttribute(true)]
public:
property bool ShowHourglass {
bool get();
void set ( bool value);
}