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);
}
true if the user is allowed to delete files; false otherwise. The default value is true.
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.
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.