Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / Insert Method

In This Topic
    Insert Method (C1Commands)
    In This Topic
    Inserts an element into the C1Commands at the specified index.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal o As Object _
    ) 
    public override void Insert( 
       int index,
       object o
    )

    Parameters

    index
    o
    See Also