Version

Mode Property (HtmlBoxUpload)

Gets or sets the mode of the upload dialog.
Syntax
'Declaration
 
Public Property Mode As UploadMode
public UploadMode Mode {get; set;}

Property Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also