Property SupressEsc
SupressEsc
Gets or sets whether to supress 'Esc' key.
bool SupressEsc { get; set; }
Property Value
Remarks
When 'Esc' key is not handled by the application, operating system beeps when it
is pressed. Set true
to this property in order to handle 'Esc' key
so no sound will be played.