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

In This Topic
    Add Method (C1Commands)
    In This Topic
    Adds an object to the end.
    Syntax
    'Declaration
     
    
    Public Overrides Function Add( _
       ByVal o As Object _
    ) As Integer
    public override int Add( 
       object o
    )

    Parameters

    o
    See Also