The toolbar items needed to be disabled going to this string. Example DisableItemList="Bold, New, Delete"

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string DisableItemList { get; set; }
Visual Basic
Public Property DisableItemList As String
	Get
	Set
Visual C++
public:
property String^ DisableItemList {
	String^ get ();
	void set (String^ value);
}

See Also