Programming with Reflection
Command method
Syntax object.Command Commands
Runs the specified Reflection method. Use double quotation marks for any string arguments used by the method. For example:
RibmCtrl.Command ".SendMail ""joe@foo.com"", ""Demo"", rcSendScreen, """" "
Commands Argument type: String
Required
The command you want to execute.