[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonGalleryItemCollection.IndexOf

IndexOf Method

IndexOf(string)

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

Declaration
public int IndexOf(string text)
Public Function IndexOf(text As String) As Integer
Parameters
Type Name Description
string text

The text to search for, case-sensitive.

Returns
Type Description
int