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

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

Parameters

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