ComponentOne Input for WinForms
AcceptsEscape Property

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1TextBox Class : AcceptsEscape Property
Indicates if the Escape key that cancels modified value is handled by the control without passing it to the owner form (AcceptsEscape=True), or it is then passed to the form and can close it if the form has CancelButton (AcceptsEscape=False).
Syntax
'Declaration
 
Public Property AcceptsEscape As System.Boolean
public System.bool AcceptsEscape {get; set;}
See Also

Reference

C1TextBox Class
C1TextBox Members