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