Click or drag to resize

CommandCollectionCreateCommand(CommandType, String, Image, CommandEventHandler) Method

Creates a new Command instance.

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

Parameters

commandType  CommandType
 
caption  String
 
image  Image
 
clickHandler  CommandEventHandler
 

Return Value

Command
Remarks
See Command for more information.
See Also