Click or drag to resize

ParamPassingBringToFront Method

Overload List
  NameDescription
Public methodStatic memberBringToFront
Brings the thread that created the specified application 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.

This will only activate the first application instance in the list, if multiple instances are active.

Public methodStatic memberBringToFront(FuncProcess, Boolean)
Brings the thread that created the specified application 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