Version

RecordMenuItem Method (XamMenuBaseProxy)

Records the selected menu item either on a click,check or uncheck of the item. It can also optionally record Open and Close of the item's submenus
Syntax
'Declaration
 
Protected Sub RecordMenuItem( _
   ByVal selectedMenuItem As Infragistics.Controls.Menus.XamMenuItem, _
   ByVal bIsSelectedItemChecked As System.Nullable(Of Boolean) _
) 
protected void RecordMenuItem( 
   Infragistics.Controls.Menus.XamMenuItem selectedMenuItem,
   System.Nullable<bool> bIsSelectedItemChecked
)
protected: void RecordMenuItem( 
   Infragistics.Controls.Menus.XamMenuItem* selectedMenuItem,
   System.Nullable<bool> bIsSelectedItemChecked
) 

Parameters

selectedMenuItem
The currently selected menu item of the XamMenuBase
bIsSelectedItemChecked
Boolean to determine if the item is checkable and if it is required to record check/uncheck of item
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