UltimateEditor Class Library

ToolbarItem.CommandType Enumeration

Contains the available command types.

[Visual Basic]
Public Enum ToolbarItem.CommandType
[C#]
public enum ToolbarItem.CommandType

Members

Member Name Description
AttachFile Attach a file.
BackColor Background color.
BackColorPicker Background color picker.
Bold Bold.
CleanWordFormat Clean Microsoft Word format.
Copy Copy selected section into clipboard.
CreateLink Create a hyperlink.
Cut Cut out the selected section into clipboard.
DeleteColumn Delete a table column.
DeleteRow Delete a table row.
FindReplace Find and replace.
FitToWindow Fit the editor to the browser window.
FontName Font name.
FontSize Font size.
ForeColor Foreground color.
ForeColorPicker Foreground color picker.
FormatBlock Paragraph.
Help Help.
Indent Increase indentation.
InsertAnchor Insert anchor.
InsertColumnLeft Insert a table column to the left of the current position.
InsertColumnRight Insert a table column to the right of the current position.
InsertDate Insert the current date.
InsertEmoticon Insert an emoticon.
InsertFlash Insert a Flash.
InsertForm Insert a form.
InsertHorizontalRule Insert a horizontal line.
InsertImage Insert an image.
InsertInputButton Insert an input button.
InsertInputCheckbox Insert an input check box.
InsertInputHidden Insert an input hidden box.
InsertInputPassword Insert an input password box.
InsertInputRadio Insert an input radio button.
InsertInputReset Insert an input reset button.
InsertInputSubmit Insert an input submit button.
InsertInputText Insert an input text box.
InsertOrderedList Insert a numbered list.
InsertPageBreak Insert a page break.
InsertRowAbove Insert a table row above the current position.
InsertRowBelow Insert a table row below the current position.
InsertSelectDropdown Insert a select dropdown box.
InsertSelectListbox Insert a select list box.
InsertSymbol Insert a symbol.
InsertTable Insert a table.
InsertTemplate Insert a template.
InsertTextArea Insert a text area.
InsertTime Insert the current time.
InsertUnorderedList Insert a bulleted list.
InsertWindowsMedia Insert a Windows Media Player.
Italic Italic.
JustifyCenter Justify center.
JustifyFull Justify on both sides.
JustifyLeft Justify to the left.
JustifyRight Justify to the right.
LineBreakAsParagraph Line break as paragraph.
MergeCells Merge table cells.
New Start a new document.
None No command to execute.
Open Open an existing document.
Outdent Decrease indentation.
Paste Paste from the clipboard.
PasteAsText Paste from the clipboard as text.
Print Print.
PrintPreview Print preview.
Properties Open the appropriate properties window based on the cursor location.
Redo Redo the operation.
RemoveAttachments Remove attached files.
RemoveFormat Remove format.
Save Save the document.
SelectAll Select all text in the editor text box.
SpellAsYouType Spell As You Type.
SplitCells Split table cells.
StrikeThrough Strike through.
Style Apply style.
Subscript Subscript.
Superscript Superscript.
UltimateSpell UltimateSpell.
Underline Underline.
Undo Undo the operation.
Unlink Remove the hyperlink.
XHTML Toggle between XHTML and HTML.
Zoom Zoom.

Requirements

Namespace: Karamasoft.WebControls.UltimateEditor

Assembly: UltimateEditor (in UltimateEditor.dll)

See Also

Karamasoft.WebControls.UltimateEditor Namespace