CKEditorControl.RemoveButtons 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.
RemarksThis setting is case sensitive
Namespace: CMS.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 9.0.0
Syntaxpublic ICollection<string> RemoveButtons { get; }
Property Value
Type:
ICollection<String>
See Also