SetForegroundWindowLockModes Enumeration

Specifies whether to enable or disable calls to SetForegroundWindow(IntPtr) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum SetForegroundWindowLockModes

Remarks

Members

Lock 1 Disables calls to SetForegroundWindow(IntPtr) function.
Unlock 2 Enables calls to SetForegroundWindow(IntPtr) function.

See Also