C1.Win.8 Assembly / C1.Framework Namespace / RadioButtonElement Class / OnKeyDown Method
System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
OnKeyDown Method (RadioButtonElement)
In This Topic
Called by the host control when the user presses a key and this Element has the focus.
Syntax
'Declaration
 
Public Overridable Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
 

Parameters

e
System.Windows.Forms.KeyEventArgs that contains the event data.
See Also