CommandCollectionCreateCommand Method (CommandType, String, CommandEventHandler) |
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic 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:
Command
Remarks
See Also