[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.ContainsKey

ContainsKey Method

ContainsKey(string)

Determines whether the NamedObjectCollection<T> collection contains an item with the specified key.

Declaration
public virtual bool ContainsKey(string name)
Public Overridable Function ContainsKey(name As String) As Boolean
Parameters
Type Name Description
string name

The key to locate in the collection.

Returns
Type Description
bool

true if the collection contains an INamedObject typed item with the specified name; otherwise, false.