UltimateEditor Class Library

ToolbarList.Item Property (Int32)

Gets or sets the toolbar at the specified index.

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

Parameters

index
The zero-based index of the toolbar to get or set.

Property Value

The toolbar at the specified index.

See Also

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