SimulatorClient.SetCurrentForegroundWindow(Int32) 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.
Sets the current foreground window.
public:
virtual void SetCurrentForegroundWindow(int cookie);
public void SetCurrentForegroundWindow (int cookie);
abstract member SetCurrentForegroundWindow : int -> unit
override this.SetCurrentForegroundWindow : int -> unit
Public Sub SetCurrentForegroundWindow (cookie As Integer)
Parameters
- cookie
- Int32
A cookie retrieved using GetCurrentForegroundWindow.