[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputComponentCollection.Contains

Contains Method

Contains(InputComponent)

Determines whether this collection contains the specified InputComponent.

Declaration
public bool Contains(InputComponent component)
Parameters
Type Name Description
InputComponent component
Returns
Type Description
bool

Contains(string)

Determines whether this collection contains an InputComponent with the specified name.

Declaration
public bool Contains(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool