Version

ToolbarDialogButtonType Enumeration

Enumerates the different types of ToolbarDialogButton controls.
Syntax
'Declaration
 
Public Enum ToolbarDialogButtonType 
   Inherits System.Enum
public enum ToolbarDialogButtonType : System.Enum 
Members
MemberDescription
CustomRepresents a custom button. The button will not do anything client side unless you provide some values for the properties of the object.
FindReplaceDefines a toolbar button which raises a find/replace dialog when clicked. Associated type: ToolbarDialogButton
FontColorDefines a toolbar button which raises a color picker palette when clicked. Associated type: ToolbarDialogButton
FontHighlightDefines a toolbar button which raises a color picker palette when clicked. Associated type :ToolbarDialogButton
HelpDefines a toolbar button which raises a help dialog when clicked. Associated type: ToolbarDialogButton
InsertBookmarkDefines a toolbar button which raises an insert bookmark dialog when clicked. Associated type: ToolbarDialogButton
InsertRuleDefines a toolbar button which raises a dialog which inserts horizontal rules. Associated type: ToolbarDialogButton
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.
SpecialCharacterDefines a toolbar button which raises a "select special character" panel. Associated type: ToolbarDialogButton
Remarks

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