Gets or sets a value that indicates whether the toolbar item is selected.

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

Syntax

C#
public bool Selected { get; set; }
Visual Basic
Public Property Selected As Boolean
	Get
	Set
Visual C++
public:
property bool Selected {
	bool get ();
	void set (bool value);
}

Field Value

true if the toolbar item is selected; otherwise, false. The default value is false.

Remarks

Use this property to select the toolbar item.

See Also