| KaxToolBarButtonCollectionIndexOf Method | 
        
        
        
            Determines the index of the specified 
KaxToolBarButton 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)
 Syntax
Syntaxpublic int IndexOf(
	KaxToolBarButton button
)
Public Function IndexOf ( 
	button As KaxToolBarButton
) As Integer
public:
int IndexOf(
	KaxToolBarButton^ button
)
member IndexOf : 
        button : KaxToolBarButton -> int 
Parameters
- button
- Type: Kettic.AspNet.ControlsKaxToolBarButton
 The KaxToolBarButton to locate.
Return Value
Type: 
Int32
            	The zero-based index of a toolbar button within the current
            	
KaxToolBarButtonCollection, 
            	if found; otherwise, -1.
            
 See Also
See Also