Accusoft.ThumbnailXpress6.Net
ShowHourglass Property




Gets and sets the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated, please use ShowBusyCursor instead.")>
<DescriptionAttribute("Indicates the displaying of an hourglass cursor when thumbnail images are being loaded from a directory or file")>
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
Public Property ShowHourglass As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.ShowHourglass = value
 
value = instance.ShowHourglass
[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.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback