CommandCollectionCreateCommand Method (CommandType, String, CommandEventHandler) |
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Command CreateCommand(
CommandType commandType,
string caption,
CommandEventHandler clickHandler
)
Public Function CreateCommand (
commandType As CommandType,
caption As String,
clickHandler As CommandEventHandler
) As Command
Parameters
- commandType
- Type: Easymap.AddInCommandType
- caption
- Type: SystemString
- clickHandler
- Type: Easymap.AddInCommandEventHandler
Return Value
Type:
CommandRemarks See Also