'Declaration Public Enum ToolbarButtonType Inherits System.Enum
public enum ToolbarButtonType : System.Enum
Member | Description |
---|---|
Bold | Defines a toolbar button which applies bold formatting. Associated type: ToolbarButton |
BringForward | Defines a toolbar item which increases the z-index of an HTML element. Associated type: ToolbarButton |
CleanWord | Defines a toolbar button which cleans extranous MS Word tags from the content in the editor. Associated type: ToolbarButton |
Copy | Defines a toolbar button which copies selected text. Associated type: ToolbarButton |
Custom | Represents a custom button. The button will not do anything client side unless you provide some values for the properties of the object. |
Cut | Defines a toolbar button which can cut selected text. Associated type: ToolbarButton |
Indent | Defines a toolbar button which indents text. Associated type: ToolbarButton |
InsertLink | Defines a toolbar button which raises an insert link modal box. Associated type: ToolbarButton |
Italic | Defines a toolbar button which applies italic formatting. Associated type: ToolbarButton |
JustifyCenter | Defines a toolbar button which centers justify text. Associated type: ToolbarButton |
JustifyFull | Defines a toolbar button which justifies text. Associated type: ToolbarButton |
JustifyLeft | Defines a toolbar button which left justifies text. Associated type: ToolbarButton |
JustifyRight | Defines a toolbar button which right justifies text. Associated type: ToolbarButton |
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. |
OrderedList | Defines a toolbar button which formats the selected text as an ordered list. Associated type: ToolbarButton |
Outdent | Defines a toolbar button which outdents text. Associated type: ToolbarButton |
Paste | Defines a toolbar button which pastes the item on the clipboard. Associated type: ToolbarButton |
PasteHtml | Defines a toolbar button which pastes the item on the clipboard while stripping HTML tags. Associated type: ToolbarButton |
Preview | Defines a toolbar button which displays a preview dialog. Associated type: ToolbarButton |
Defines a toolbar button which sends the content of the WebHtmlEditor to the printer. Associated type: ToolbarButton | |
Redo | Defines a toolbar button which redoes the last operation. Associated type: ToolbarButton |
RemoveLink | Defines a toolbar button which removes a link. Associated type: ToolbarButton |
Save | Defines a toolbar button which raises a postback to the server. Associated type: ToolbarButton |
SendBackward | Defines a toolbar button which decreases the z-index of an HTML element. Associated type: ToolbarButton |
Strikethrough | Defines a toolbar button which places a strikethrough through text. Associated type: ToolbarButton |
Subscript | Defines a toolbar button which applies subscript formatting. Associated type: ToolbarButton |
Superscript | Defines a toolbar button which applies superscript formatting. Associated type: ToolbarButton |
ToggleBorders | Defines a toolbar button which toggles whether table borders are shown. Associated type: ToolbarButton |
TogglePositioning | Defines a toolbar button which toggles HTML elements between absolute and relative positioning: Associated type: ToolbarButton |
Underline | Defines a toolbar button which applies underline formatting. Associated type: ToolbarButton |
Undo | Defines a toolbar button which undoes an operation. Associated type: ToolbarButton |
UnorderedList | Defines a toolbar button which formats the selected text as an unordered list. Associated type: ToolbarButton |
WordCount | Defines a toolbar button which displays a count of words and characters when clicked. Associated type: ToolbarButton |
The ToolbarButtonType is used to supply default values to a ToolbarButton. For example, when creating a new ToolbarButton, simply pass a ToolbarButtonType 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