ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabGroupCollection Class / OnInsert Method

In This Topic
    OnInsert Method (RibbonTabGroupCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnInsert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    protected virtual void OnInsert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    value
    See Also