See Also

BaseChildControl Class  | BaseChildControl 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

Visible Property

Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : Visible Property (BaseChildControl)

Gets or sets a value that indicates whether a server control is rendered as UI on the page.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Overrides Public Property Visible As Boolean
[C#]
[NotifyParentPropertyAttribute(true)] public override bool Visible {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property bool get_Visible()override ; public: __property void set_Visible(    bool value )override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property bool Visible override {    bool get();    void set (bool value); }

Return Type

true if the control is visible on the page; otherwise false.

Remarks

If this property is false, the server control is not rendered. You should take this into account when organizing the lay out of your page.

Requirements

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

See Also

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.