TcxCustomCalcEditProperties.QuickClose Property
Specifies whether the calculator window is closed by pressing the ‘=’ keyboard button.
Declaration
property QuickClose: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the QuickClose property to True to enable closing the calculator dropdown window when a user presses the ‘=’ keyboard key. Clicking the ‘=’ button in the calculator window by the mouse does not close it.
The default value of the QuickClose property is False.
See Also