Managed Windows API
LockInputFor Method (millis, force)
NamespacesManagedWinapi.HooksInputLockerLockInputFor(Int32, Boolean)
Lock input for given number of milliseconds
Declaration Syntax
C#
public static void LockInputFor(
	int millis,
	bool force
)
Parameters
millis (Int32)
Number of milliseconds to lock
force (Boolean)
If
CopyC#
true
, the lock cannot be canceled by pressing Control+Alt+Delete

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)