Click or drag to resize

CommandCollectionCreateCommand Method (CommandType, String, CommandEventHandler)

Creates a new Command instance.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public Command CreateCommand(
	CommandType commandType,
	string caption,
	CommandEventHandler clickHandler
)

Parameters

commandType
Type: Easymap.AddInCommandType
caption
Type: SystemString
clickHandler
Type: Easymap.AddInCommandEventHandler

Return Value

Type: Command
Remarks
See Command for more information.
See Also