UltimateEditor Class Library

ToolbarItem.Selected Property

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

[Visual Basic]
Public Property Selected As Boolean
[C#]
public bool Selected {get; set;}

Property 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

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace