Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Visible Property (HtmlBox) |
Gets or sets a value indicating whether the PowerWEB control is visible.
[Visual Basic]
<DescriptionAttribute("When set to false, the control is rendered, but hidden.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Overrides Public Property Visible As Boolean
[C#]
[DescriptionAttribute("When set to false, the control is rendered, but hidden.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public override bool Visible {get; set;}
[C++]
[DescriptionAttribute("When set to false, the control is rendered, but hidden.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property bool get_Visible()override ;
public: __property void set_Visible(
bool value
)override ;
[C++/CLI]
[DescriptionAttribute("When set to false, the control is rendered, but hidden.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property bool Visible override {
bool get();
void set (bool value);
}
true if the control is visible on the page; otherwise false. The default is true.
Use the Visible property to specify or determine whether a control is visible. When set to false, the control is rendered, but is hidden.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.