Keyboard Navigation in Windows Forms Popup (PopupControlContainer)
3 Sep 2020 / 1 minute to read
When the popup is visible, the PopupControlContainer will look for Alt, Enter, Tab, Esc, F4, and F2 keys to close the popup. If user want to change this, set IgnoreDialogKey property to true
and should make sure to close the popup manually by using HidePopup method.
NOTE :
By default, the IgnoreDialogKey property is set asfalse
.
this.popupControlContainer1.IgnoreDialogKey = true;
Me.popupControlContainer1.IgnoreDialogKey = True
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page