[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Contains

Contains Method

Contains(SideButtonBase)

Gets a value that indicates whether the collection contains the specified SideButtonBase.

Declaration
public bool Contains(SideButtonBase value)
Public Function Contains(value As SideButtonBase) As Boolean
Parameters
Type Name Description
SideButtonBase value

The SideButtonBase to search for in the collection.

Returns
Type Description
bool

true if the collection contains the specified object; otherwise, false.