AddSimpleCommand Method
- Last UpdatedAug 21, 2026
- 1 minute read
Adds a simple command.
'Declaration
Function AddSimpleCommand( _
ByVal command As ICommand, _
ByVal commandUI As IAppCommandUI _
) As IAppCommandManagerBase
IAppCommandManagerBase AddSimpleCommand(
ICommand command,
IAppCommandUI commandUI
)
IAppCommandManagerBase^ AddSimpleCommand(
ICommand^ command,
IAppCommandUI^ commandUI
)
Parameters
- command
- The command.
- commandUI
- The command UI.
Return Value
The command manager