PDA

View Full Version : Hotkeys/Shortcut keys in WPF



ashwinikanov
July 14th, 2008, 12:41 PM
I have a user control with a label,contentpresenter and a textbox.
I will be loading the contentpresenter in runtime ( so that it might contain textbox,check box etc).Suppose the label contains _Breanna, my cursor should move to textbox. or
_Logu it shoud move to next field (Chkbox,textbox...).
How can i do this in WPF?