ComponentFactory.Krypton.Toolkit.ViewLeaf.IndexOf C# (CSharp) Method

IndexOf() public method

Determines the index of the specified view in the collection.
public IndexOf ( ViewBase item ) : int
item ViewBase ViewBase reference.
return int
        public override int IndexOf(ViewBase item)
        {
            // Can never find the item
            return -1;
        }