ExternalControl.Start(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses initstring, launches the corresponding process (if one has not been already assigned), searches for (and acquires) the main window of the application, then configures a window management strategy based upon the initstring configuration.
public:
void Start(bool pumpMessagesWhileWaiting);
public void Start (bool pumpMessagesWhileWaiting);
member this.Start : bool -> unit
Public Sub Start (pumpMessagesWhileWaiting As Boolean)
Parameters
- pumpMessagesWhileWaiting
- Boolean
True to pump windows messages while waiting for the main window to appear.