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

AllowDelete Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : AllowDelete Property

Gets or sets a value which indicates if the user is able to delete files.

[Visual Basic]
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(False)> Public Property AllowDelete As Boolean
[C#]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(false)] public bool AllowDelete {get; set;}
[C++]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(false)] public: __property bool get_AllowDelete(); public: __property void set_AllowDelete(    bool value );
[C++/CLI]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(false)] public: property bool AllowDelete {    bool get();    void set (bool value); }

Return Type

true if the user is allowed to delete files; false otherwise. The default value is true.

Remarks

When this property is true, a delete link is displayed next to each file in the dialog. The user can click this link to delete the file.

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.