Keyboard Support in WinForms DomainUpDownExt

18 Nov 20181 minute to read

Using Up and Down arrow keys we can increment and decrement the value of WinForms DomainUpDownExt control by setting InterceptArrowKeys to true.

this.domainUpDownExt1.InterceptArrowKeys =true;
PrivateMe.domainUpDownExt1.InterceptArrowKeys =True