Click or drag to resize
CKEditorControlRemoveButtons Property
List of toolbar button names that must not be rendered. This will work as well for non-button toolbar items, like the Font combos.
Remarks
This setting is case sensitive

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public ICollection<string> RemoveButtons { get; }

Property Value

Type: ICollectionString
See Also