ComponentFactory.Krypton.Toolkit.ViewLeaf.Contains C# (CSharp) Méthode

Contains() public méthode

Determines whether the collection contains the view.
public Contains ( ViewBase item ) : bool
item ViewBase ViewBase reference.
Résultat bool
        public override bool Contains(ViewBase item)
        {
            // Leaf never contains view
            return false;
        }