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


In This Topic
    Item(String) Property
    In This Topic
    Gets the RibbonContextualTabGroup with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As RibbonContextualTabGroup
    'Usage
     
    
    Dim instance As RibbonTabGroupCollection
    Dim name As String
    Dim value As RibbonContextualTabGroup
     
    value = instance.Item(name)
    public RibbonContextualTabGroup Item( 
       string name
    ) {get;}

    Parameters

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

    Property Value

    The RibbonContextualTabGroup with the specified name.
    See Also