CustomCommandButtonCollection.Contains

CustomCommandButtonCollection.Contains method

Indicates whether the custom command button object is in the collection.

public bool Contains(object value)
ParameterTypeDescription
valueObjectIndicates whether the custom command button object is in the collection.

Return Value

True of false.

See Also