'Declaration Public Enum ToolbarItemType Inherits System.Enum
public enum ToolbarItemType : System.Enum
Member | Description |
---|---|
Bold | Defines a toolbar button which applies bold formatting. Associated type: ToolbarButton |
Break | Defines a toolbar item which makes a non-graphical row break. Associated type: ToolbarImage |
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 |
CustomButton | Defines a custom toolbar button. Associated type: ToolbarButton |
CustomDialogButton | Defines a custom toolbar dialog button. Assocated type: ToolbarDialogButton |
CustomDropDown | Defines a custom toolbar dropdown. Associated type: ToolbarDropDown |
CustomImage | Defines a custom toolbar image. Associated type: ToolbarImage |
CustomMenuButton | Defines a custom toolbar menu button. Associated type: ToolbarMenuButton |
CustomText | Defines custom toolbar text. Associated type: ToolbarText |
Cut | Defines a toolbar button which can cut selected text. Associated type: ToolbarButton |
DoubleSeparator | Defines a toolbar image which represents a "double seperator" (typically used at the start of rows). Associated type: ToolbarImage |
FindReplace | Defines a toolbar button which raises a find/replace dialog when clicked. Associated type: ToolbarDialogButton |
FontColor | Defines a toolbar button which raises a color picker palette when clicked. Associated type: ToolbarDialogButton |
FontFormatting | Defines a toolbar dropdown which displays font formatting types. Associated type: ToolbarDropDown |
FontHighlight | Defines a toolbar button which raises a color picker palette when clicked. Associated type :ToolbarDialogButton |
FontName | Defines a toolbar dropdown which displays font names. Associated type: ToolbarDropDown |
FontSize | Defines a toolbar dropdown which displays font sizes. Associated type: ToolbarDropDown |
FontStyle | Defines a toolbar dropdown which displays font styles. Associated type: ToolbarDropDown |
Help | Defines a toolbar button which raises a help dialog when clicked. Associated type: ToolbarDialogButton |
Indent | Defines a toolbar button which indents text. Associated type: ToolbarButton |
Insert | Defines a toolbar dropdown which inserts text. Associated type: ToolbarDropDown |
InsertBookmark | Defines a toolbar button which raises an insert bookmark dialog when clicked. Associated type: ToolbarDialogButton |
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 |
InsertLink | Defines a toolbar button which raises an insert link modal box. Associated type: ToolbarButton |
InsertRule | Defines a toolbar button which raises a dialog which inserts horizontal rules. Associated type: ToolbarDialogButton |
InsertTable | Defines a toolbar button which displays a menu of table specific options. Associated type: ToolbarMenuButton |
InsertWindowsMedia | Defines a toolbar button which raises a dialog which inserts Windows Media Player compatible files. Associated type: ToolbarUploadButton |
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. |
Open | Defines a toolbar button which raises a dialog which can be use to open/upload files. Associated type: ToolbarUploadButton |
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 |
RowSeparator | Defines a toolbar item which inserts a graphical row seperator. Associated type: ToolbarImage |
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 |
Separator | Defines a toolbar item which inserts a graphica seperator between buttons. Associated type: ToolbarImage |
Space | Defines a toolbar item which inserts a space (placeholder) between buttons. Associated type: ToolbarText |
SpecialCharacter | Defines a toolbar button which raises a "select special character" panel. Associated type: ToolbarDialogButton |
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 |
Tab | Defines a toolbar item which inserts a tab between buttons. Associated type: ToolbarText |
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 |
Upload | Defines a toolbar button which raises a dialog that can be used to upload files (but nothing else). Associated type: ToolbarUploadButton |
WordCount | Defines a toolbar button which displays a count of words and characters when clicked. Associated type: ToolbarButton |
Zoom | Defines a toolbar button which zooms in or out of the editor content. Associated type: ToolbarMenuButton |
Only items which derive from BaseToolbarItem can be added to the toolbar.
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