Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabCollection Class / Item Property / Item(String) Property
String containing the name of the item to locate (case-sensitive).


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the RibbonTab at the specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As RibbonTab
    'Usage
     
    
    Dim instance As RibbonTabCollection
    Dim name As String
    Dim value As RibbonTab
     
    value = instance.Item(name)
    public RibbonTab Item( 
       string name
    ) {get;}

    Parameters

    name
    String containing the name of the item to locate (case-sensitive).

    Property Value

    The RibbonTab at the specified index.
    See Also