Version

UltraNavigationBarPreviousLocationsSettings Class

Exposes properties related to the previous locations list functionality for the UltraNavigationBar control.
Syntax
'Declaration
 
Public Class UltraNavigationBarPreviousLocationsSettings 
   Inherits ButtonAppearancesBase
public class UltraNavigationBarPreviousLocationsSettings : ButtonAppearancesBase 
Remarks

An UltraNavigationBarPreviousLocationsSettings instance is returned from the UltraNavigationBar control's PreviousLocationsSettings property. The properties which are related to the previous locations dropdown list and dropdown button are exposed by this class rather than by the control for organizational purposes.

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