UltimateEditor Class Library

ToolbarList.Item Property (String)

Gets or sets the toolbar with the specified ID.

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

Parameters

ID
The ID of the toolbar to get or set.

Property Value

The toolbar with the specified ID.

See Also

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