Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / OnKeyDown Method
The event data.


In This Topic
    OnKeyDown Method (SpreadDropDownMonthCalendar)
    In This Topic
    Raises the KeyDown event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim e As KeyEventArgs
     
    instance.OnKeyDown(e)
    protected override void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    The event data.
    See Also