Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
How would you implement a Shortcut Key for the Approve RadButton in the following code snippet?
C#
<telerik:radbutton content="Approve" fontweight="Bold" margin="5,0,5,0" command="{Binding ApproveCmd}" tooltip="Approve" cursor="Hand" xmlns:telerik="#unknown" />
Posted
Updated 10-Aug-12 19:10pm
v5
Comments
Christian Amado 10-Aug-12 10:54am    
And the code snippet is?
reach2sent 10-Aug-12 13:15pm    
<telerik:radbutton content="Approve" fontweight="Bold" margin="5,0,5,0" command="{Binding ApproveCmd}" tooltip="Approve" cursor="Hand">

1 solution

 
Share this answer
 
Comments
reach2sent 11-Aug-12 1:12am    
I need in WPF RadButton Control

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900