[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandHolder.CreateCommand

CreateCommand Method

CreateCommand()

Creates a new command and adds it to the Commands collection.

Declaration
public C1Command CreateCommand()
Public Function CreateCommand() As C1Command
Returns
Type Description
C1Command

CreateCommand(Type)

Creates a new command and adds it to the Commands collection.

Declaration
public C1Command CreateCommand(Type commandType)
Public Function CreateCommand(commandType As Type) As C1Command
Parameters
Type Name Description
Type commandType
Returns
Type Description
C1Command