UltimateEditor Class Library

Toolbar.Item Property (Int32)

Gets or sets the toolbar item at the specified index.

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

Parameters

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

Property Value

The toolbar item at the specified index.

See Also

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