Version

RecordMenuItemOnClick Method

When a menu item is clicked, if the item is not previously recorded in the preview mouse up event, it is recorded here
Syntax
'Declaration
 
Protected Sub RecordMenuItemOnClick( _
   ByVal menuItem As Infragistics.Controls.Menus.XamMenuItem _
) 
protected void RecordMenuItemOnClick( 
   Infragistics.Controls.Menus.XamMenuItem menuItem
)
protected: void RecordMenuItemOnClick( 
   Infragistics.Controls.Menus.XamMenuItem* menuItem
) 

Parameters

menuItem
Menu item whose click needs to be recorded
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