Click or drag to resize

Win32WindowSetForeground Method

Brings the thread that created this window into the foreground and activates this 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.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool SetForeground()

Return Value

Type: Boolean
true if the window was brought to the foreground, false otherwise.
See Also