Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / CreateCommand Method / CreateCommand() Method

In This Topic
    CreateCommand() Method
    In This Topic
    Creates a new command and adds it to the Commands collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function CreateCommand() As C1Command
    public C1Command CreateCommand()
    See Also