UltimateEditor Class Library

Toolbar.Item Property (String)

Gets or sets the toolbar item with the specified ID.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal ID As String _
) As ToolbarItem
[C#]
public ToolbarItem this[
   string ID
] {get; set;}

Parameters

ID
The ID of the toolbar item to get or set.

Property Value

The toolbar item with the specified ID.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace | Toolbar.Item Overload List