How can I help you?
Keyboard Support in Windows Forms Domain UpDown (DomainUpdownExt)
4 Feb 20251 minute to read
Using Up and Down arrow keys we can increment and decrement the value of DomainUpDownExt control by setting InterceptArrowKeys to true.
this.domainUpDownExt1.InterceptArrowKeys =true;PrivateMe.domainUpDownExt1.InterceptArrowKeys =True