Version

ToolbarDropDownType Enumeration

Enumerates the different types of ToolbarDropDown controls.
Syntax
'Declaration
 
Public Enum ToolbarDropDownType 
   Inherits System.Enum
public enum ToolbarDropDownType : System.Enum 
Members
MemberDescription
CustomRepresents a dropdown. The dropdown will not do anything client side unless you provide some values for the properties of the object.
FontFormattingDefines a toolbar dropdown which displays font formatting types. Associated type: ToolbarDropDown
FontNameDefines a toolbar dropdown which displays font names. Associated type: ToolbarDropDown
FontSizeDefines a toolbar dropdown which displays font sizes. Associated type: ToolbarDropDown
FontStyleDefines a toolbar dropdown which displays font styles. Associated type: ToolbarDropDown
InsertDefines a toolbar dropdown which inserts text. Associated type: ToolbarDropDown
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.
Remarks

The ToolbarDropDownType is used to supply default values to a ToolbarDropDown. For example, when creating a new ToolbarDropDown, simply pass a ToolbarDropDownType 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