Select User

SavePrintSpell Dialog BoxSpell As You TypeFind and Replace
CutCopyPasteUndoRedo
Font
Size
BoldItalicUnderlineJustify LeftJustify CenterJustify RightJustify FullForeground Color
Foreground ColorBackground Color
Background Color
DesignHTMLPreview

Description
You can programmatically show/hide toolbars and toolbar items and set their properties.

You can set Visible property of a toolbar as follows:

UltimateEditor1.Toolbars["Edit"].Visible = false;

You can set Enabled property of a toolbar item as follows:

UltimateEditor1.Toolbars["File"]["Save"].Enabled = false;