Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : UploadEnabled Property |
Gets or sets a value indicating if the user is allowed to upload files.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property UploadEnabled As Boolean
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool UploadEnabled {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_UploadEnabled();
public: __property void set_UploadEnabled(
bool value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool UploadEnabled {
bool get();
void set (bool value);
}
true if the user is allowed to upload files; false otherwise. The default value is true.
Setting this property to false will cause the upload portion of the upload dialog to not be rendered, causing the upload dialog to be a read-only mechanism for loading images/files into the editor window.
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.