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