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



When set to false, the Upload control will simply appear as a button.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DartDescriptionAttribute("When set to false, the Upload control will simply appear as a button.")>
Public Property ShowTextBox As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Upload
Dim value As Boolean
 
instance.ShowTextBox = value
 
value = instance.ShowTextBox
C# 
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DartDescriptionAttribute("When set to false, the Upload control will simply appear as a button.")]
public bool ShowTextBox {get; set;}
C++/CLI 
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DartDescriptionAttribute("When set to false, the Upload control will simply appear as a button.")]
public:
property bool ShowTextBox {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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