'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether thumbnail viewer should show thumbnail control.")> Public Property ShowThumbnailControl As Boolean
[Category("VintaSoft")] [DefaultValue(False)] [Description("A value indicating whether thumbnail viewer should show thumbnail control.")] public bool ShowThumbnailControl { get; set; }
[Category("VintaSoft")] [DefaultValue(False)] [Description("A value indicating whether thumbnail viewer should show thumbnail control.")] public: __property bool get_ShowThumbnailControl(); public: __property void set_ShowThumbnailControl(
bool value
);
[Category("VintaSoft")] [DefaultValue(False)] [Description("A value indicating whether thumbnail viewer should show thumbnail control.")] public:
property bool ShowThumbnailControl { bool get(); void set(bool value); }
Property Value
Default value is false.