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

UploadEnabled Property

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

Return Type

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

Remarks

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.

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.