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