All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for WinForms Forum
/
Dock
/
Can I Forbit F10 And Alt Key?
Cancel
Telerik UI for WinForms
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
wang
4 posts
Member since:
Nov 2016
Posted 14 Dec 2016
Link to this post
I Use Telerik.WinControls.UI.RadRibbonForm.
My application must use F10 key to do something.
But when user press F10 twice ,UI show some other thing that user not wanted.
QQ截图20161214181309.jpg
Dimitar
Admin
2983 posts
Posted 14 Dec 2016
Link to this post
Hello,
By default, this is working with the Alt only, Nevertheless, you can disable it by setting the following property:
radRibbonBar1.EnableKeyMap =
false
;
I hope this will be useful.
Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components
built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Back to Top
Close