Click or drag to resize

WindowsUtilitiesActivateModalWindow Method

Activates the modal child window of a given window.

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

Parameters

hwnd
Type: SystemIntPtr
The parent window handle.

Return Value

Type: IntPtr
The handle of the window that was previously active.
See Also