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