Version

RecordMenuItemOnKeyDown Method (XamRibbonProxy)

Records keyboard interactions with a tool menu item
Syntax
'Declaration
 
Protected Sub RecordMenuItemOnKeyDown( _
   ByVal toolItem As System.Windows.DependencyObject, _
   ByVal keyPressed As System.Windows.Input.Key _
) 
protected void RecordMenuItemOnKeyDown( 
   System.Windows.DependencyObject toolItem,
   System.Windows.Input.Key keyPressed
)
protected: void RecordMenuItemOnKeyDown( 
   System.Windows.DependencyObject* toolItem,
   System.Windows.Input.Key keyPressed
) 

Parameters

toolItem
The tool 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