Gets or sets the ID of the toolbar.

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

Syntax

C#
public string ID { get; set; }
Visual Basic (Declaration)
Public Property ID As String
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