Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolStripOverflowItemsCollection Class / Item Property

In This Topic
    Item Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public object this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also