Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / MenuToolCollection Class / InsertItem Method

In This Topic
    InsertItem Method (MenuToolCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) 
    protected override void InsertItem( 
       int index,
       object item
    )

    Parameters

    index
    item
    See Also