Version

LocationDropDownButtonUIElement Class

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

The LocationDropDownButtonUIElement contains one of the following child elements:

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

The name of the AppStyling Infragistics.Win.AppStyling.UIRole for the LocationDropDownButtonUIElement is NavigationBarLocationDropDownButton.

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