Infragistics2.Win.Misc.v8.2
UltraNavigationBarLocation Class Members
See Also  Fields  Properties  Methods  Events
Infragistics.Win.Misc Namespace : UltraNavigationBarLocation Class


The following tables list the members exposed by UltraNavigationBarLocation.

Public Constructors

 NameDescription
Public ConstructorUltraNavigationBarLocation ConstructorOverloaded.  Creates a new instance of the UltraNavigationBarLocation class.  
Top

Protected Fields

 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
Public PropertyDisplayText Gets/sets the string that is displayed on the text button which represents this UltraNavigationBarLocation in the user interface.  
Public PropertyDisplayTextResolved Returns the resolved value of the UltraNavigationBarLocation.DisplayText property.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDropDownButtonVisibleResolved Returns the resolved value of the UltraNavigationBarLocationSettings.DropDownButtonVisible property.  
Public PropertyHasLocations Returns whether this instance's UltraNavigationBarLocation.Locations collection has one or more members.  
Public PropertyIncludeTextInFullPath Gets/sets whether the value returned from the UltraNavigationBarLocation.TextResolved property is used for this instance when determining the value returned from the UltraNavigationBarLocation.GetFullPath method for descendant locations.  
Public PropertyIncludeTextInFullPathResolved Returns the resolved value of the UltraNavigationBarLocation.IncludeTextInFullPath property.  
Public PropertyIndex Returns the ordinal position of this UltraNavigationBarLocation instance in the NavigationBarLocationsCollection to which it belongs.  
Public PropertyIsButtonActive Gets/sets whether the text button element which represents this UltraNavigationBarLocation in the user interface currently has the keyboard focus.  
Public PropertyIsDropDownButtonHotTracked Gets/sets whether the cursor is currently positioned over the dropdown button element associated with this UltraNavigationBarLocation.  
Public PropertyIsExpanded Gets/sets whether this instance is currently in the expanded state.  
Public PropertyIsListItemActive Gets/sets whether the list item element which represents this UltraNavigationBarLocation (on the list of child locations displayed by its UltraNavigationBarLocation.Parent when the parent is expanded) currently has the keyboard focus.  
Public PropertyIsListItemHotTracked Gets/sets whether the cursor is currently positioned over the list item element which represents this UltraNavigationBarLocation on the list of child locations displayed when its UltraNavigationBarLocation.Parent location is expanded.  
Public PropertyIsPressed Returns whether the text/dropdown button elements which represent this UltraNavigationBarLocation in the user interface are in the pressed state.  
Public PropertyIsSelected Returns whether this UltraNavigationBarLocation is currently in the selected state.  
Public PropertyIsTextButtonHotTracked Gets/sets whether the cursor is currently positioned over the text button element which represents this UltraNavigationBarLocation in the user interface.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyLevel Returns the hierarchical level for this UltraNavigationBarLocation instance.  
Public PropertyLocations Returns the NavigationBarLocationsCollection instance which contains this UltraNavigationBarLocation instance's immediate children.  
Public PropertyMaximumDropDownItemsResolved Returns the resolved value of the UltraNavigationBarLocationSettings.MaximumDropDownItems property.  
Public PropertyMaximumTextButtonWidthResolved Returns the resolved value of the UltraNavigationBarLocationSettings.MaximumTextButtonWidth property.  
Public PropertyNavigationBar Returns the UltraNavigationBar control associated with this instance, or null if this instance is not associated with any control.  
Public PropertyParent Returns the UltraNavigationBarLocation instance whose UltraNavigationBarLocation.Locations collection contains this instance, or null if this instance does not belong to a NavigationBarLocationsCollection.  
Public PropertySelectedLocation Returns the member of this instance�s UltraNavigationBarLocation.Locations collection whose UltraNavigationBarLocation.IsSelected property returns true, or null if this instance has no selected child.  
Public PropertySettings Returns an UltraNavigationBarLocationSettings instance which exposes properties for this UltraNavigationBarLocation.  
Public PropertyState Returns the state of this UltraNavigationBarLocation instance in the user interface.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyText Gets/sets the string that is used to construct the location�s full path, which is displayed in the edit portion of the control when in edit mode, and also in the previous locations dropdown list.  
Public PropertyTextButtonDisplayStyleResolved Returns the resolved value of the UltraNavigationBarLocationSettings.TextButtonDisplayStyle property.  
Public PropertyTextResolved Returns the resolved value of the UltraNavigationBarLocation.Text property.  
Public PropertyToolTipText Gets/sets the string that is displayed in a tooltip when the cursor is hovered over the element which represents this instance in the user interface.  
Public PropertyUIElement Returns the LocationUIElement which represents this UltraNavigationBarLocation instance in the user interface.  
Public PropertyVisible Gets/sets whether this instance is visible in the user interface.  
Public PropertyVisibleResolved Returns whether this UltraNavigationBarLocation instance and all of its ancestors are visible in the user interface.  
Top

Protected Properties

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetFullPath Returns a string which represents the full hierarchical path of this UltraNavigationBarLocation, optionally including all ancestor locations regardless of the value of the UltraNavigationBarLocation.IncludeTextInFullPath property.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodReset Resets all property value for this UltraNavigationBarLocation instance to their respective default values.  
Public MethodResetDisplayText Resets the value of the UltraNavigationBarLocation.DisplayText property to its default.  
Public MethodResetIncludeTextInFullPath Resets the value of the UltraNavigationBarLocation.IncludeTextInFullPath property to its default.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetLocationsOverloaded.  Resets the value of the UltraNavigationBarLocation.Locations property to its default.  
Public MethodResetSettings Resets the value of the UltraNavigationBarLocation.Settings property to its default.  
Public MethodResetText Resets the value of the UltraNavigationBarLocation.Text property to its default.  
Public MethodResetToolTipText Resets the value of the UltraNavigationBarLocation.ToolTipText property to its default.  
Public MethodResetVisible Resets the value of the UltraNavigationBarLocation.Visible property to its default.  
Public MethodShouldSerialize Returns whether this UltraNavigationBarLocation instance has any property settings which deviate from their default values.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
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 MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeOverridden.  Called when this UltraNavigationBarLocation instance has been disposed of.  
Protected MethodOnObjectPropChangedOverridden.  Called when a property of this object or another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden.  Called when a property has changed on a sub-object.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeDisplayText Returns whether the value of the UltraNavigationBarLocation.DisplayText property has been changed from its default.  
Protected MethodShouldSerializeIncludeTextInFullPath Returns whether the value of the UltraNavigationBarLocation.IncludeTextInFullPath property has been changed from its default.  
Protected MethodShouldSerializeLocations Returns whether the value of the UltraNavigationBarLocation.Locations property has been changed from its default.  
Protected MethodShouldSerializeSettings Returns whether the value of the UltraNavigationBarLocation.Settings property has been changed from its default.  
Protected MethodShouldSerializeText Returns whether the value of the UltraNavigationBarLocation.Text property has been changed from its default.  
Protected MethodShouldSerializeToolTipText Returns whether the value of the UltraNavigationBarLocation.ToolTipText property has been changed from its default.  
Protected MethodShouldSerializeVisible Returns whether the value of the UltraNavigationBarLocation.Visible property has been changed from its default.  
Top

Public Events

See Also