Click or drag to resize

ShellUtilitiesCoAllowSetForegroundWindow Method

Passes the foreground privilege (the privilege to set the foreground window) from one process to another. Wraps Windows' CoAllowSetForegroundWindow function.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void CoAllowSetForegroundWindow(
	Object obj
)

Parameters

obj
Type: SystemObject
The object.
See Also