See Also

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

AllowDownwardBrowsing Property

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); }

Return Type

true if the user is allowed to browse downward from the InitialDirectory; false otherwise. The default value is true.

Remarks

When this property is true, the user is allowed to browse down (into subdirectories) of the HtmlBox.InitialDirectory.

Requirements

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

See Also

HtmlBoxUpload Class  | HtmlBoxUpload Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.