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