Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / OnKeyPress Method
KeyPressEventArgs object that contains the event data


In This Topic
    OnKeyPress Method (FpColorPicker)
    In This Topic
    Processes the key press event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyPress( _
       ByVal e As KeyPressEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim e As KeyPressEventArgs
     
    instance.OnKeyPress(e)
    protected override void OnKeyPress( 
       KeyPressEventArgs e
    )

    Parameters

    e
    KeyPressEventArgs object that contains the event data
    See Also