Click or drag to resize
KaxToolBarItemCollectionIndexOf Method
Determines the index of the specified KaxToolBarItem object in the collection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	KaxToolBarItem item
)

Parameters

item
Type: Kettic.AspNet.ControlsKaxToolBarItem
The KaxToolBarItem to locate.

Return Value

Type: Int32
The zero-based index of a toolbar item within the current KaxToolBarItemCollection, if found; otherwise, -1.
See Also