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


The following tables list the members exposed by UltraNavigationBarPreviousLocationsSettings.

Protected Constructors

 NameDescription
protected ConstructorUltraNavigationBarPreviousLocationsSettings ConstructorConstructor used during deserialization to initialize a new UltraNavigationBarButtonAppearances object with the serialized property values.  
Top

Protected Fields

 NameDescription
protected FieldappearanceHolder Used to store Appearance objects. (Inherited from Infragistics.Win.Misc.ButtonAppearancesBase)
protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
public PropertyDropDownButtonAppearance Gets/sets the general (i.e., stateless) appearance for the previous locations dropdown button.  
public PropertyDropDownButtonHotTrackAppearance Gets/sets the appearance for the previous locations dropdown button which is applied when the cursor passes within the bounds of its user interface element.  
public PropertyDropDownButtonPressedAppearance Gets/sets the appearance for the previous locations dropdown button which is applied when the button is in the pressed state.  
public PropertyDropDownButtonToolTipText Gets/sets the string that is displayed in a tooltip when the cursor is hovered over the dropdown button.  
public PropertyDropDownButtonVisible Gets/sets whether the button which displays the previous locations dropdown list is displayed in the user interface.  
public PropertyDropDownButtonVisibleResolvedReturns the resolved value of the UltraNavigationBarPreviousLocationsSettings.DropDownButtonVisible property.  
public PropertyDropDownListAppearance Gets/sets the appearance for the dropdown list which displays previously visited locations.  
public PropertyHasDropDownButtonAppearanceReturns whether an appearance object has been created for the DropDownButtonAppearance.  
public PropertyHasDropDownButtonHotTrackAppearanceReturns whether an appearance object has been created for the DropDownButtonHotTrackAppearance.  
public PropertyHasDropDownButtonPressedAppearanceReturns whether an appearance object has been created for the DropDownButtonPressedAppearance.  
public PropertyHasDropDownListAppearanceReturns whether an appearance object has been created for the DropDownListAppearance.  
public PropertyMaximumDropDownItems Gets/sets the maximum number of items that are visible in the previous locations dropdown list.  
public PropertyMaximumItemsGets/sets the maximum number of items that can exist in the PreviousLocations collection.  
public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Top

Protected Properties

 NameDescription
protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Methods

 NameDescription
public MethodCreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
public MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
public MethodReset Restores all property values of this instance to their respective defaults.  
public MethodResetDropDownButtonAppearanceResets the properties of the DropDownButtonAppearance to their default values.  
public MethodResetDropDownButtonHotTrackAppearanceResets the properties of the DropDownButtonHotTrackAppearance to their default values.  
public MethodResetDropDownButtonPressedAppearanceResets the properties of the DropDownButtonPressedAppearance to their default values.  
public MethodResetDropDownButtonToolTipTextResets the value of the DropDownButtonToolTipText property to its default.  
public MethodResetDropDownButtonVisibleResets the value of the UltraNavigationBarPreviousLocationsSettings.DropDownButtonVisible property to its default.  
public MethodResetDropDownListAppearanceResets the properties of the DropDownListAppearance to their default values.  
public MethodResetMaximumDropDownItemsResets the value of the MaximumDropDownItems property to its default.  
public MethodResetMaximumItemsResets the value of the MaximumItems property to its default.  
public MethodShouldSerialize Returns whether this instance has any property values which deviate from their defaults.  
public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodGetObjectDataHelper Helper method for implementing the ISerializable interface's GetObjectData method. (Inherited from Infragistics.Win.Misc.ButtonAppearancesBase)
protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
protected MethodOnDisposeOverridden.  Called when this instance has been disposed.  
protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodOnSubObjectPropChangedOverridden. Called when a property changes on an object property of the UltraNavigationBar control.  
protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodShouldSerializeDropDownButtonAppearanceReturns whether the DropDownButtonAppearance requires serialization.  
protected MethodShouldSerializeDropDownButtonHotTrackAppearanceReturns whether the DropDownButtonHotTrackAppearance requires serialization.  
protected MethodShouldSerializeDropDownButtonPressedAppearanceReturns whether the DropDownButtonPressedAppearance requires serialization.  
protected MethodShouldSerializeDropDownButtonToolTipTextReturns whether the value of the DropDownButtonToolTipText property has been changed from its default.  
protected MethodShouldSerializeDropDownButtonVisibleReturns whether the value of the UltraNavigationBarPreviousLocationsSettings.DropDownButtonVisible property has been changed from its default.  
protected MethodShouldSerializeDropDownListAppearanceReturns whether the DropDownListAppearance requires serialization.  
protected MethodShouldSerializeMaximumDropDownItemsReturns whether the value of the MaximumDropDownItems property has been changed from its default.  
protected MethodShouldSerializeMaximumItemsReturns whether the value of the MaximumItems property has been changed from its default.  
Top

Public Events

 NameDescription
public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Top

See Also