ISimulator.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:
void SetCurrentForegroundWindow(int cookie);
public void SetCurrentForegroundWindow (int cookie);
abstract member SetCurrentForegroundWindow : int -> unit
Public Sub SetCurrentForegroundWindow (cookie As Integer)
Parameters
- cookie
- Int32
A cookie retrieved using GetCurrentForegroundWindow.