Gets or sets the ID of the toolbar.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

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

Field Value

ID of the toolbar.

Remarks

Use this property to set the ID of the toolbar.

See Also