PowerWEB File Upload for ASP.NET
Visible Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > Upload Class : Visible Property



Gets or sets a value indicating whether the PowerWEB control is visible.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("When set to false, the control is rendered, but hidden.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Overrides Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Upload
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
[DartDescriptionAttribute("When set to false, the control is rendered, but hidden.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public override bool Visible {get; set;}
C++/CLI 
[DartDescriptionAttribute("When set to false, the control is rendered, but hidden.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool Visible {
   bool get() override;
   void set (    bool value) override;
}

Property Value

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

Remarks

Use the Visible property to specify or determine whether a control is visible. When set to false, the control is rendered, but is hidden.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.