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