Version

GetItemHeader Method (XamMenuBaseProxy)

Retrieves the header(if any) of the specified XamMenuBase item
Syntax
'Declaration
 
Protected Function GetItemHeader( _
   ByVal oItem As System.Object, _
   ByVal bItemVisiblity As System.Nullable(Of Boolean) _
) As System.String
protected System.string GetItemHeader( 
   System.object oItem,
   System.Nullable<bool> bItemVisiblity
)
protected: System.string* GetItemHeader( 
   System.Object* oItem,
   System.Nullable<bool> bItemVisiblity
) 

Parameters

oItem
Item of XamMenuBase type
bItemVisiblity

Return Value

Returns a CRLF terminated header(if any) of the specified 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