Table of Contents

Property SuppressEsc

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SuppressEsc

Gets or sets whether to supress 'Esc' key.

bool SuppressEsc { get; set; }

Property Value

bool

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.