Gets or sets the toolbar item at the specified index.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public ToolbarItem this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As ToolbarItem
	Get
	Set
Visual C++
public:
property ToolbarItem^ default[int index] {
	ToolbarItem^ get (int index);
	void set (int index, ToolbarItem^ value);
}

Parameters

index
Type: System..::..Int32
The zero-based index of the toolbar item to get or set.

Field Value

The toolbar item at the specified index.

See Also