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