ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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 System.Integer, _
       ByVal o As System.Object _
    ) 
    public override void Insert( 
       System.int index,
       System.object o
    )

    Parameters

    index
    o
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also