'Declaration Public Enum ToolbarUploadButtonType Inherits System.Enum
public enum ToolbarUploadButtonType : System.Enum
Member | Description |
---|---|
InsertFlash | Defines a toolbar button which raises a dialog which inserts Macromedia Flash movies. Associated type: ToolbarUploadButton |
InsertImage | Defines a toolbar button which raises a dialog which inserts/uploads images. Associated type: ToolbarUploadButton |
InsertWindowsMedia | Defines a toolbar button which raises a dialog which inserts Windows Media Player compatible files. Associated type: ToolbarUploadButton |
NotSet | No Type is associated with this object (typically because object was created using the default (paramaterless) constructor. Set the Type property to provide default values. |
Open | Defines a toolbar button which raises a dialog which can be use to open/upload files. Associated type: ToolbarUploadButton |
Upload | Defines a toolbar button which raises a dialog that can be used to upload files (but nothing else). Associated type: ToolbarUploadButton |
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.
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