The class items in the style dropdown needed to be disabled going to this string. Example DisableClassList="BreadCrumb, TopicMenu, Footer"

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also