Version

TextButtonDisplayStyle Enumeration

Constants which define which elements are displayed by the text button of an UltraNavigationBarLocation instance.
Syntax
'Declaration
 
Public Enum TextButtonDisplayStyle 
   Inherits System.Enum
public enum TextButtonDisplayStyle : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
HiddenThe button is not displayed in the user interface.
ImageAndTextBoth the image of the resolved appearance and the value of the UltraNavigationBarLocation.Text property is displayed on the button.
ImageOnlyOnly the image of the resolved appearance is displayed on the button.
TextOnlyOnly the value of the UltraNavigationBarLocation.Text property is displayed on the button.
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