CustomCommandButtonCollection.IndexOf

CustomCommandButtonCollection.IndexOf method

Gets the index of the button.

public int IndexOf(object value)
ParameterTypeDescription
valueObjectThe button object.

Return Value

The index.

See Also