'Declaration <DescriptionAttribute("A value indicating whether thumbnail viewer should show checkbox on thumbnail.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(False)> Public Property ShowThumbnailCheckBox As Boolean
[Description("A value indicating whether thumbnail viewer should show checkbox on thumbnail.")] [Category("VintaSoft")] [DefaultValue(False)] public bool ShowThumbnailCheckBox { get; set; }
[Description("A value indicating whether thumbnail viewer should show checkbox on thumbnail.")] [Category("VintaSoft")] [DefaultValue(False)] public: __property bool get_ShowThumbnailCheckBox(); public: __property void set_ShowThumbnailCheckBox(
bool value
);
[Description("A value indicating whether thumbnail viewer should show checkbox on thumbnail.")] [Category("VintaSoft")] [DefaultValue(False)] public:
property bool ShowThumbnailCheckBox { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.