Spread Windows Forms 15.0
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)
    protected override void OnKeyPress( 
       KeyPressEventArgs e
    )

    Parameters

    e
    See Also