|
-
Sep 7th, 2009, 02:03 AM
#5
Re: How to disable arrow keys on radio buttons?
Hey,
The sample that they provides shows you how to create your own TextBox, which derives from TextBox, and then overrides the standard functionality of the IsInputKey and OnKeyDown Members.
You would need to do this for the Radio Button that you are trying to use, i.e. create a class which inherits from RadioButton, and then override these members.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|