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