The CommandApi property returns a CommandApi object. This allows access to all of the commands in Voxler.
Syntax
object.CommandApi
object.CommandApi = CommandApi
Example
This example accesses the command interface.
'Access the command interface
Set CommandApi = VoxlerApp.CommandApi
Used by: Application object
See Also