Share via


SimulatorClient.SetCurrentForegroundWindow(Int32) Method

Definition

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.

Implements

Applies to