Click or drag to resize

Win32WindowSetActive Method

Activates a window. The window must be attached to the calling thread's message queue.

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

Return Value

Type: IntPtr
The handle to the window that was previously active or IntPtr.Zero.
See Also