Version

NeedToRecordMenuItem Method

Returns true if the action on the specified menu item needs to be recorded, else false
Syntax
'Declaration
 
Protected Function NeedToRecordMenuItem( _
   ByVal menuItem As Infragistics.Controls.Menus.XamMenuItem _
) As System.Boolean
protected System.bool NeedToRecordMenuItem( 
   Infragistics.Controls.Menus.XamMenuItem menuItem
)
protected: System.bool NeedToRecordMenuItem( 
   Infragistics.Controls.Menus.XamMenuItem* menuItem
) 

Parameters

menuItem
Input Menu item

Return Value

True if the action on the specified menu item needs to be recorded, else false
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