[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")] public bool GenerateOnlyVisibleThumbnails { get; set; }
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")] public: __property bool get_GenerateOnlyVisibleThumbnails(); public: __property void set_GenerateOnlyVisibleThumbnails(
bool value
);
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")] public:
property bool GenerateOnlyVisibleThumbnails { bool get(); void set(bool value); }
'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the thumbnail viewer generates only visible thumbnails.")> Public Property GenerateOnlyVisibleThumbnails As Boolean
Property Value
true - генерируются только миниатюры, видимые в просмотрщике миниатюр; false - генерируются все миниатюры.
Значение по умолчанию - false.
Значение по умолчанию - false.