See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Enabled Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Enabled Property (HtmlBox)

Gets or sets a value indicating whether the HtmlBox control is enabled.

[Visual Basic]
<DescriptionAttribute("Enabled state of the control")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> Overrides Public Property Enabled As Boolean
[C#]
[DescriptionAttribute("Enabled state of the control")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public override bool Enabled {get; set;}
[C++]
[DescriptionAttribute("Enabled state of the control")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public: __property bool get_Enabled()override ; public: __property void set_Enabled(    bool value )override ;
[C++/CLI]
[DescriptionAttribute("Enabled state of the control")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public: property bool Enabled override {    bool get();    void set (bool value); }

Return Type

true if control is enabled; otherwise, false. The default is true.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.