'Declaration <DescriptionAttribute("Indicates whether visual tool can respond to the user interaction.")> <CategoryAttribute("Behavior")> <BrowsableAttribute(True)> <DefaultValueAttribute(True)> Public Overridable Property Enabled As Boolean
[Description("Indicates whether visual tool can respond to the user interaction.")] [Category("Behavior")] [Browsable(True)] [DefaultValue(True)] public virtual bool Enabled { get; set; }
[Description("Indicates whether visual tool can respond to the user interaction.")] [Category("Behavior")] [Browsable(True)] [DefaultValue(True)] public: __property virtual bool get_Enabled(); public: __property virtual void set_Enabled(
bool value
);
[Description("Indicates whether visual tool can respond to the user interaction.")] [Category("Behavior")] [Browsable(True)] [DefaultValue(True)] public:
virtual property bool Enabled { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.