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

Mode Property

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

Gets or sets the mode of the upload dialog.

[Visual Basic]
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> Public Property Mode As UploadMode
[C#]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public UploadMode Mode {get; set;}
[C++]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public: __property UploadMode get_Mode(); public: __property void set_Mode(    UploadMode value );
[C++/CLI]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public: property UploadMode Mode {    UploadMode get();    void set (UploadMode value); }

Return Type

An UploadMode value indicating the mode of the upload dialog; the default value is UploadMode.Image.

Remarks

When this property is UploadMode.Image, the upload dialog will come preconfigured to display and load images into the editor window. When this property is UploadMode.File, the upload dialog will come preconfigured to displaye and load files (such as .htm 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.