Version

IsItemHeaderValid Method

Determines if the header of a XamMenuBase item is not null or empty and if it is of type string
Syntax
'Declaration
 
Protected Function IsItemHeaderValid( _
   ByVal oItemHeader As System.Object _
) As System.Boolean
protected System.bool IsItemHeaderValid( 
   System.object oItemHeader
)
protected: System.bool IsItemHeaderValid( 
   System.Object* oItemHeader
) 

Parameters

oItemHeader
Header of the XamMenuBase item (if any)

Return Value

Returns true if the header of a XamMenuBase is not null or empty and if it is of type string
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