KaxTrackBarItemCollectionIndexOf Method |
Determines the index of the specified
KaxTrackBarItem object in the collection.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual int IndexOf(
KaxTrackBarItem item
)
Public Overridable Function IndexOf (
item As KaxTrackBarItem
) As Integer
public:
virtual int IndexOf(
KaxTrackBarItem^ item
)
abstract IndexOf :
item : KaxTrackBarItem -> int
override IndexOf :
item : KaxTrackBarItem -> int
Parameters
- item
- Type: Kettic.AspNet.ControlsKaxTrackBarItem
The KaxTrackBarItem to locate.
Return Value
Type:
Int32
The zero-based index of item within the current
KaxTrackBarItemCollection,
if found; otherwise, -1.
See Also