Click or drag to resize

Win32WindowSetFocus Method

Sets the keyboard focus to this 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 SetFocus()

Return Value

Type: IntPtr
A handle to the window that previously had the keyboard focus.
See Also