Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / CreateCommandHolder Method
Form for which the command holder is created.

In This Topic
    CreateCommandHolder Method
    In This Topic
    Creates a command holder and initializes it.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateCommandHolder( _
       ByVal form As Control _
    ) As C1CommandHolder
    public static C1CommandHolder CreateCommandHolder( 
       Control form
    )

    Parameters

    form
    Form for which the command holder is created.

    Return Value

    The command holder created.
    See Also