Version

GetMenuItemIdentifier<T> Method

Gets the unique identifier for the XamMenuBase item that is currently selected.
Syntax
'Declaration
 
Protected Function GetMenuItemIdentifier(Of T)( _
   ByVal parentMenuItem As T, _
   ByVal childMenuItem As Infragistics.Controls.Menus.XamMenuItem, _
   ByVal bIsParentStackPanel As System.Boolean _
) As System.Object
protected System.object GetMenuItemIdentifier<T>( 
   T parentMenuItem,
   Infragistics.Controls.Menus.XamMenuItem childMenuItem,
   System.bool bIsParentStackPanel
)
protected: System.Object* GetMenuItemIdentifier<T>( 
   T* parentMenuItem,
   Infragistics.Controls.Menus.XamMenuItem* childMenuItem,
   System.bool bIsParentStackPanel
) 

Parameters

parentMenuItem
Parent of the currently selected XamMenuBase item
childMenuItem
Currently selected XamMenuBase item
bIsParentStackPanel
Boolean to determine if the child items are data bound

Type Parameters

T
Type of the XamMenuBase item

Return Value

Returns a unique identifier for the currently selected XamMenuBase 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