Version

LocationUIElement Class

Represents an UltraNavigationBarLocation in the user interface.
Syntax
'Declaration
 
Public Class LocationUIElement 
   Inherits NavigationBarUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class LocationUIElement : NavigationBarUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The LocationUIElement contains one of each of the following child elements:

The LocationUIElement is a container for the LocationTextButtonUIElement and LocationDropDownButtonUIElement; it has no display characteristics of its own.

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

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