Spread Windows Forms 12.0 Product Documentation
OnKeyDown Method (ElementContainerControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace > ElementContainerControl Class : OnKeyDown Method
A System.Windows.Forms.KeyEventArgs that contains the event data.
Raises the KeyDown event.
Syntax
'Declaration
 
Protected Overrides Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
'Usage
 
Dim instance As ElementContainerControl
Dim e As KeyEventArgs
 
instance.OnKeyDown(e)
protected override void OnKeyDown( 
   KeyEventArgs e
)

Parameters

e
A System.Windows.Forms.KeyEventArgs that contains the event data.
See Also

Reference

ElementContainerControl Class
ElementContainerControl Members