Share via


ExternalControl.Start(Boolean) Method

Definition

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.

Applies to