'Declaration
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates the displaying of a pre-image-generation 'placeholder' icon.")>
<BrowsableAttribute(True)>
Public Property ShowImagePlaceholders As Boolean
'Usage
Dim instance As ThumbnailXpress
Dim value As Boolean
instance.ShowImagePlaceholders = value
value = instance.ShowImagePlaceholders
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
[BrowsableAttribute(true)]
public bool ShowImagePlaceholders {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
[BrowsableAttribute(true)]
public: __property bool get_ShowImagePlaceholders();
public: __property void set_ShowImagePlaceholders(
bool value
);
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
[BrowsableAttribute(true)]
public:
property bool ShowImagePlaceholders {
bool get();
void set ( bool value);
}