ApplicationMgr.GetCommand
- Updated2024-10-09
- 1 minute(s) read
ApplicationMgr.GetCommand
Syntax
ApplicationMgr.GetCommand( cmdKind, commandIndex = 0)
Return Value
Command object that represents the command.
Purpose
Creates a Command object.
Parameters
cmdKind As CommandKinds
[In] Specifies the type of Command object to create.
commandIndex As Long
[In] Specifies which command in the set to return. Use this on sets of commands.
This parameter has a default value of 0 .