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