Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / AddChild Method
The C1.Framework.Element to add.
The System.Windows.Forms.DockStyle option to use for the added child element.

In This Topic
    AddChild Method (DropDownEditorViewBase)
    In This Topic
    Adds child element with the specified System.Windows.Forms.DockStyle option.
    Syntax
    'Declaration
     
    
    Public Sub AddChild( _
       ByVal e As Element, _
       ByVal dock As DockStyle _
    ) 
    public void AddChild( 
       Element e,
       DockStyle dock
    )

    Parameters

    e
    The C1.Framework.Element to add.
    dock
    The System.Windows.Forms.DockStyle option to use for the added child element.
    See Also