Version

ToolbarItemType Enumeration

Provides a common interface for all items on the toolbar.
Syntax
'Declaration
 
Public Enum ToolbarItemType 
   Inherits System.Enum
public enum ToolbarItemType : System.Enum 
Members
MemberDescription
BoldDefines a toolbar button which applies bold formatting. Associated type: ToolbarButton
BreakDefines a toolbar item which makes a non-graphical row break. Associated type: ToolbarImage
BringForwardDefines a toolbar item which increases the z-index of an HTML element. Associated type: ToolbarButton
CleanWordDefines a toolbar button which cleans extranous MS Word tags from the content in the editor. Associated type: ToolbarButton
CopyDefines a toolbar button which copies selected text. Associated type: ToolbarButton
CustomButtonDefines a custom toolbar button. Associated type: ToolbarButton
CustomDialogButtonDefines a custom toolbar dialog button. Assocated type: ToolbarDialogButton
CustomDropDownDefines a custom toolbar dropdown. Associated type: ToolbarDropDown
CustomImageDefines a custom toolbar image. Associated type: ToolbarImage
CustomMenuButtonDefines a custom toolbar menu button. Associated type: ToolbarMenuButton
CustomTextDefines custom toolbar text. Associated type: ToolbarText
CutDefines a toolbar button which can cut selected text. Associated type: ToolbarButton
DoubleSeparatorDefines a toolbar image which represents a "double seperator" (typically used at the start of rows). Associated type: ToolbarImage
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
FontFormattingDefines a toolbar dropdown which displays font formatting types. Associated type: ToolbarDropDown
FontHighlightDefines a toolbar button which raises a color picker palette when clicked. Associated type :ToolbarDialogButton
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
HelpDefines a toolbar button which raises a help dialog when clicked. Associated type: ToolbarDialogButton
IndentDefines a toolbar button which indents text. Associated type: ToolbarButton
InsertDefines a toolbar dropdown which inserts text. Associated type: ToolbarDropDown
InsertBookmarkDefines a toolbar button which raises an insert bookmark dialog when clicked. Associated type: ToolbarDialogButton
InsertFlashDefines a toolbar button which raises a dialog which inserts Macromedia Flash movies. Associated type: ToolbarUploadButton
InsertImageDefines a toolbar button which raises a dialog which inserts/uploads images. Associated type: ToolbarUploadButton
InsertLinkDefines a toolbar button which raises an insert link modal box. Associated type: ToolbarButton
InsertRuleDefines a toolbar button which raises a dialog which inserts horizontal rules. Associated type: ToolbarDialogButton
InsertTableDefines a toolbar button which displays a menu of table specific options. Associated type: ToolbarMenuButton
InsertWindowsMediaDefines a toolbar button which raises a dialog which inserts Windows Media Player compatible files. Associated type: ToolbarUploadButton
ItalicDefines a toolbar button which applies italic formatting. Associated type: ToolbarButton
JustifyCenterDefines a toolbar button which centers justify text. Associated type: ToolbarButton
JustifyFullDefines a toolbar button which justifies text. Associated type: ToolbarButton
JustifyLeftDefines a toolbar button which left justifies text. Associated type: ToolbarButton
JustifyRightDefines a toolbar button which right justifies text. Associated type: ToolbarButton
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.
OpenDefines a toolbar button which raises a dialog which can be use to open/upload files. Associated type: ToolbarUploadButton
OrderedListDefines a toolbar button which formats the selected text as an ordered list. Associated type: ToolbarButton
OutdentDefines a toolbar button which outdents text. Associated type: ToolbarButton
PasteDefines a toolbar button which pastes the item on the clipboard. Associated type: ToolbarButton
PasteHtmlDefines a toolbar button which pastes the item on the clipboard while stripping HTML tags. Associated type: ToolbarButton
PreviewDefines a toolbar button which displays a preview dialog. Associated type: ToolbarButton
PrintDefines a toolbar button which sends the content of the WebHtmlEditor to the printer. Associated type: ToolbarButton
RedoDefines a toolbar button which redoes the last operation. Associated type: ToolbarButton
RemoveLinkDefines a toolbar button which removes a link. Associated type: ToolbarButton
RowSeparatorDefines a toolbar item which inserts a graphical row seperator. Associated type: ToolbarImage
SaveDefines a toolbar button which raises a postback to the server. Associated type: ToolbarButton
SendBackwardDefines a toolbar button which decreases the z-index of an HTML element. Associated type: ToolbarButton
SeparatorDefines a toolbar item which inserts a graphica seperator between buttons. Associated type: ToolbarImage
SpaceDefines a toolbar item which inserts a space (placeholder) between buttons. Associated type: ToolbarText
SpecialCharacterDefines a toolbar button which raises a "select special character" panel. Associated type: ToolbarDialogButton
StrikethroughDefines a toolbar button which places a strikethrough through text. Associated type: ToolbarButton
SubscriptDefines a toolbar button which applies subscript formatting. Associated type: ToolbarButton
SuperscriptDefines a toolbar button which applies superscript formatting. Associated type: ToolbarButton
TabDefines a toolbar item which inserts a tab between buttons. Associated type: ToolbarText
ToggleBordersDefines a toolbar button which toggles whether table borders are shown. Associated type: ToolbarButton
TogglePositioningDefines a toolbar button which toggles HTML elements between absolute and relative positioning: Associated type: ToolbarButton
UnderlineDefines a toolbar button which applies underline formatting. Associated type: ToolbarButton
UndoDefines a toolbar button which undoes an operation. Associated type: ToolbarButton
UnorderedListDefines a toolbar button which formats the selected text as an unordered list. Associated type: ToolbarButton
UploadDefines a toolbar button which raises a dialog that can be used to upload files (but nothing else). Associated type: ToolbarUploadButton
WordCountDefines a toolbar button which displays a count of words and characters when clicked. Associated type: ToolbarButton
ZoomDefines a toolbar button which zooms in or out of the editor content. Associated type: ToolbarMenuButton
Remarks

Only items which derive from BaseToolbarItem can be added to the toolbar.

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