[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonItemCollection.IndexOf

IndexOf Method

IndexOf(string)

Determines the index of the first occurrence of a RibbonButton with the specified text in this collection.

Declaration
public int IndexOf(string text)
Parameters
Type Name Description
string text

The text to search for, case-sensitive.

Returns
Type Description
int