[]
        
(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()
Returns
Type Description
C1Command

CreateCommand(Type)

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

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