Version

NavigationBarEditModeClickAreaUIElement Class

UIElement which occupies the area between the LocationUIElement which represents the UltraNavigationBar.SelectedLocation, and the PreviousLocationsDropDownButtonUIElement.
Syntax
'Declaration
 
Public Class NavigationBarEditModeClickAreaUIElement 
   Inherits NavigationBarBorderedAreaUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class NavigationBarEditModeClickAreaUIElement : NavigationBarBorderedAreaUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The NavigationBarEditModeClickAreaUIElement contains no child elements. When it is clicked by the end user, the control is placed into edit mode.

After the control has entered edit mode, the NavigationBarEditModeClickAreaUIElement no longer appears; 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