Version

LocationTextButtonUIElement Class

Represents the text button portion of an UltraNavigationBarLocation in the user interface, which is displayed when the UltraNavigationBarLocationSettings.TextButtonDisplayStyle property resolves to a value that results in the button being displayed.
Syntax
'Declaration
 
Public Class LocationTextButtonUIElement 
   Inherits LocationButtonUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class LocationTextButtonUIElement : LocationButtonUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The LocationDropDownButtonUIElement contains one or more of the following child elements:

When the UltraNavigationBar.IsInEditMode property returns true, the LocationTextButtonUIElement does not appear; an in-place editor appears in this area instead.

The name of the AppStyling Infragistics.Win.AppStyling.UIRole for the LocationTextButtonUIElement is NavigationBarLocationTextButton.

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