Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / OnKeyPress Method


In This Topic
OnKeyPress Method (FpButton)
In This Topic
Internal use only.
Syntax
'Declaration
 
Protected Overrides Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
) 
 
'Usage
 
Dim instance As FpButton
Dim e As KeyPressEventArgs
 
instance.OnKeyPress(e)

Parameters

e
See Also