Implementing Command-Line Arguments for a User Interface
- Updated2026-07-27
- 1 minute(s) read
The Application Manager control automatically processes the command-line argument that invokes the application when you call the ApplicationMgr.Start method. Set the ApplicationMgr.ProcessCommandLine property to False before you call the ApplicationMgr.Start method to disable command-line processing.
You can also handle the ApplicationMgr.ProcessUserCommandLineArguments event to support additional command-line arguments. The ApplicationMgr.ProcessUserCommandLineArguments event occurs when the Application Manager control parses and processes an unrecognized command-line flag.
Related Information
- Application Manager
The Application Manager control performs several basic operations, which are necessary to use the TestStand Engine in an application.
- Configuring Sequence Editor and User Interface Startup Options
The TestStand Sequence Editor and all user interface applications support command-line options for opening and running sequences.