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