Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : Enabled Property (BaseChildControl) |
Gets or sets a value indicating whether the Web server control is enabled.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Overrides Public Property Enabled As Boolean
[C#]
[NotifyParentPropertyAttribute(true)]
public override bool Enabled {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_Enabled()override ;
public: __property void set_Enabled(
bool value
)override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property bool Enabled override {
bool get();
void set (bool value);
}
true if control is enabled; otherwise, false. The default is true.
Use the Enabled property to specify or determine whether a control is functional. When set to false, the control appears dimmed, preventing any input from being entered in the control.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseChildControl Class | BaseChildControl Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.