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


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

    Parameters

    name
    String contains the name of the item to locate (case-sensitive).
    See Also