Gets and sets the display of a pre-image-generation 'placeholder' icon.
[Description("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public bool ShowImagePlaceholders {get; set;}
[Description("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public: __property bool get_ShowImagePlaceholders();
public: __property void set_ShowImagePlaceholders(
bool value
);
[Description("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public:
property bool ShowImagePlaceholders {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to display placeholders. Otherwise,
false is used.