'Declaration <DescriptionAttribute("A value indicating whether the thumbnail viewer generates only visible thumbnails.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(False)> Public Property GenerateOnlyVisibleThumbnails As Boolean
[Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")] [Category("VintaSoft")] [DefaultValue(False)] public bool GenerateOnlyVisibleThumbnails { get; set; }
[Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")] [Category("VintaSoft")] [DefaultValue(False)] public: __property bool get_GenerateOnlyVisibleThumbnails(); public: __property void set_GenerateOnlyVisibleThumbnails(
bool value
);
[Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")] [Category("VintaSoft")] [DefaultValue(False)] public:
property bool GenerateOnlyVisibleThumbnails { bool get(); void set(bool value); }
Property Value
true - only thumbnails visible in the thumbnail viewer are generated; false - all thumbnails are generated.
Default value is false.
Default value is false.