ComponentFactory.Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.IndexOf C# (CSharp) Method

IndexOf() public method

Returns the index of the KryptonCheckButton reference.
public IndexOf ( KryptonCheckButton checkButton ) : int
checkButton KryptonCheckButton The KryptonCheckButton to locate.
return int
            public int IndexOf(KryptonCheckButton checkButton)
            {
                return base.List.IndexOf(checkButton);
            }