The toolbar items used in the editor Code View going to this string. Example CodeViewTemplateItemList="Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll

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

Syntax

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

See Also