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