Version

RecordMenuItemOnKeyDown Method (XamMenuBaseProxy)

Records keyboard interactions with a menu item
Syntax
'Declaration
 
Protected Sub RecordMenuItemOnKeyDown( _
   ByVal menuItem As Infragistics.Controls.Menus.XamMenuItem, _
   ByVal keyPressed As System.Windows.Input.Key _
) 
protected void RecordMenuItemOnKeyDown( 
   Infragistics.Controls.Menus.XamMenuItem menuItem,
   System.Windows.Input.Key keyPressed
)
protected: void RecordMenuItemOnKeyDown( 
   Infragistics.Controls.Menus.XamMenuItem* menuItem,
   System.Windows.Input.Key keyPressed
) 

Parameters

menuItem
The menu item that interacted with the key down event
keyPressed
The key of the keyboard pressed
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also