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