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