Version

IsItemVisible<T> Method (XamMenuBaseProxy)

Determines if the menu or menu item is visible or not
Syntax
'Declaration
 
Protected Function IsItemVisible(Of T)( _
   ByVal item As T _
) As System.Nullable(Of Boolean)
protected System.Nullable<bool> IsItemVisible<T>( 
   T item
)
protected: System.Nullable<bool> IsItemVisible<T>( 
   T* item
) 

Parameters

item
Item of type XamMenu or XamMenuItem

Type Parameters

T
Type of the item

Return Value

Returns true if the item is visible or hidden
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