Version

LabelMenuDisplayStyle Enumeration

Enumeration used to determine where LabelTools are positioned on a menu.
Syntax
'Declaration
 
Public Enum LabelMenuDisplayStyle 
   Inherits System.Enum
public enum LabelMenuDisplayStyle : System.Enum 
Members
MemberDescription
DefaultThe label is displayed in its default style – Standard.
HeaderThe LabelTool appears like a header within the menu. It does not display an icon area and instead will display its image and text across the menu item based on the alignment.
StandardThe LabelTool is displayed as any other tool in the menu – it has an icon area which can display the image associated with the tool and an area for displaying the text.
Remarks
This was added to support the Office 2007 style
Requirements

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