ComponentOne Windows 7 Control Pack for WinForms
IndexOf(String) Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > CustomButtonCollection Class > IndexOf Method : IndexOf(String) Method
Determines index of the first C1CustomButton with the specified name in the collection.
Syntax
Public Overloads Function IndexOf( _
   ByVal name As String _
) As Integer
Dim instance As CustomButtonCollection
Dim name As String
Dim value As Integer
 
value = instance.IndexOf(name)
public int IndexOf( 
   string name
)
public:
int IndexOf( 
   String^ name
) 

Parameters

name
See Also

Reference

CustomButtonCollection Class
CustomButtonCollection Members
Overload List