InputInhibitEnabled Property (Read/Write) |
Top Previous Next |
Enables/disables the input inhibit condition when any key is pressed on a protected field.
VB.NET Syntax
Display.InputInhibitEnabled [= Boolean]
C# Syntax
Display.InputInhibitEnabled [= bool];
Remarks
Default value is True.
See Also IsInputInhibited property and OnInputInhibitChange event.
|