Version

General-Purpose Buttons of WebHtmlEditor’s Toolbar

Instances of the ToolbarButton class executes an immediate action when clicked by your application’s end users. These buttons are frequently used to apply predefined formatting to selected ranges of text, and to insert (or remove) content at the current caret position. Since these buttons react immediately to a click, they generally do not prompt the user for additional information. Instead, their effect is usually predefined (i.e., italicize the selected text) or based on the previously established state (i.e., undo the prior change).

The following table lists the CategoryName buttons in the toolbar of the WebHtmlEditor™ control. For a description of each button, see List of WebHtmlEditor’s Toolbar Buttons.

Button Button Name
bold.gif

Bold

bringforward.gif

BringForward

justifycenter.gif

CenterJustify

cleanword.gif

CleanWord

copy.gif

Copy

custom.gif

CustomButton

cut.gif

Cut

indent.gif

Indent

italic.gif

Italic

insertlink.gif

InsertLink

justifyleft.gif

LeftJustify

justifyfull.gif

Justify

orderedlist.gif

OrderedList

outdent.gif

Outdent

paste.gif

Paste

pastehtml.gif

Paste-Html

preview.gif

Preview

print.gif

Print

redo.gif

Redo

removelink.gif

RemoveLink

justifyright.gif

RightJustify

save.gif

Save

sendbackward.gif

SendBackward

strikethrough.gif

Strikethrough

subscript.gif

Subscript

superscript.gif

Superscript

toggleborder.gif

ToggleBorders

togglepositioning.gif

TogglePositioning

underline.gif

Underline

undo.gif

Undo

unorderedlist.gif

UnorderedList

wordcount.gif

WordCount