Version

ToolbarUploadButtonType Enumeration

Enumerates the different types of ToolbarUploadButton controls.
Syntax
'Declaration
 
Public Enum ToolbarUploadButtonType 
   Inherits System.Enum
public enum ToolbarUploadButtonType : System.Enum 
Members
MemberDescription
InsertFlashDefines a toolbar button which raises a dialog which inserts Macromedia Flash movies. Associated type: ToolbarUploadButton
InsertImageDefines a toolbar button which raises a dialog which inserts/uploads images. Associated type: ToolbarUploadButton
InsertWindowsMediaDefines a toolbar button which raises a dialog which inserts Windows Media Player compatible files. Associated type: ToolbarUploadButton
NotSetNo Type is associated with this object (typically because object was created using the default (paramaterless) constructor. Set the Type property to provide default values.
OpenDefines a toolbar button which raises a dialog which can be use to open/upload files. Associated type: ToolbarUploadButton
UploadDefines a toolbar button which raises a dialog that can be used to upload files (but nothing else). Associated type: ToolbarUploadButton
Remarks

The ToolbarUploadButtonType is used to supply default values to a ToolbarUploadButton. For example, when creating a new ToolbarUploadButton, simply pass a ToolbarUploadButtonType into the constructor to supply the object with preset values associated with that type.

This enumeration is a subset of the ToolbarItemType enumeration.

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