public enum SetForegroundWindowLockModes
Public Enumeration SetForegroundWindowLockModes
Dim instance As SetForegroundWindowLockModes
public enum class SetForegroundWindowLockModes
type SetForegroundWindowLockModes
No code example is currently available or this language may not be supported.
Lock | 1 | Disables calls to SetForegroundWindow(IntPtr) function. |
Unlock | 2 | Enables calls to SetForegroundWindow(IntPtr) function. |