Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / OnKeyDown Method
KeyEventArgs object that contains the event data


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

    Parameters

    e
    KeyEventArgs object that contains the event data
    See Also