Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / OnKeyDown Method


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

Parameters

e
See Also