Version

ApplicationMenu2010ItemType Enumeration

Enumeration used to identify the type of item that the ApplicationMenu2010Item represents.
Syntax
'Declaration
 
Public Enum ApplicationMenu2010ItemType 
   Inherits System.Enum
public enum ApplicationMenu2010ItemType : System.Enum 
Members
MemberDescription
ButtonThe item represents a clickable item in the left side of the ApplicationMenu2010
TabA ApplicationMenu2010Item whose System.Windows.Controls.ContentControl.HasContent is true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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