Enabled property. The enabled state of the control.
[Visual Basic] Overridable Public Property Enabled As Boolean [C#] public bool Enabled {virtual get; virtual set;} [C++] public: __property virtual bool get_Enabled(); public: __property virtual void set_Enabled(bool); [JScript] public function get Enabled() : Boolean; public function set Enabled(Boolean);
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace