Infragistics(R) NetAdvantage(R) Windows Forms
UltraNavigationBarPreviousLocationsSettings Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : UltraNavigationBarPreviousLocationsSettings Class

Exposes properties related to the previous locations list functionality for the UltraNavigationBar control.

Syntax

Visual Basic (Declaration) 
Public Class UltraNavigationBarPreviousLocationsSettings 
   Inherits ButtonAppearancesBase
C# 
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.

See Also