Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : AllowDownwardBrowsing Property |
Gets or sets a value which indicates if downward browsing is enabled.
[Visual Basic]
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AllowDownwardBrowsing As Boolean
[C#]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool AllowDownwardBrowsing {get; set;}
[C++]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_AllowDownwardBrowsing();
public: __property void set_AllowDownwardBrowsing(
bool value
);
[C++/CLI]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool AllowDownwardBrowsing {
bool get();
void set (bool value);
}
true if the user is allowed to browse downward from the InitialDirectory; false otherwise. The default value is true.
When this property is true, the user is allowed to browse down (into subdirectories) of the HtmlBox.InitialDirectory.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxUpload Class | HtmlBoxUpload Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.