Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonCollection Class / ContainsKey Method
The key to locate in the collection.


In This Topic
    ContainsKey Method (SideButtonCollection)
    In This Topic
    Determines whether the NamedObjectCollection<T> collection contains an item with the specified key.
    Syntax
    'Declaration
     
    
    Public Overridable Function ContainsKey( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SideButtonCollection
    Dim name As String
    Dim value As Boolean
     
    value = instance.ContainsKey(name)
    public virtual bool ContainsKey( 
       string name
    )

    Parameters

    name
    The key to locate in the collection.

    Return Value

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