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