Click or drag to resize

WindowsUtilitiesSetForegroundWindow Method

Overload List
  NameDescription
Public methodStatic memberSetForegroundWindow(IntPtr)
Brings the thread that created the specified window into the foreground and activates the window. Keyboard input is directed to the window, and various visual cues are changed for the user. The system assigns a slightly higher priority to the thread that created the foreground window than it does to other threads.
Public methodStatic memberSetForegroundWindow(Window)
Brings the thread that created the specified window into the foreground and activates the window. Keyboard input is directed to the window, and various visual cues are changed for the user. The system assigns a slightly higher priority to the thread that created the foreground window than it does to other threads.
Top
See Also