Version

NavBarItem Class Members

The following tables list the members exposed by NavBarItem.

Public Constructors
 NameDescription
Public ConstructorNavBarItem ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCustomizationTextGets or sets the text of the item when displayed in the customization dialog.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledGets or sets whether the item should be interactive when displayed.  
Public PropertyHasSettingsDetermines whether this instance has an underlying object allocated for the Settings.  
Public PropertyIndexGets the ordinal position of this NavBarItem instance in the NavBarItemsCollection to which it belongs.  
Public PropertyIsSelectedGets whether this NavBarItem is selected in the user interface.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyParentCollectionReturns the NavBarItemsCollection to which this item belongs.  
Public PropertyPeekCaptionGets or sets the caption text of the Peek window.  
Public PropertyPeekContentGets or sets whether the control to be displayed within the Peek window.  
Public PropertySettingsGets the ItemSettings object which defines properties that are specific to the item.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGet or sets the text of the item.  
Public PropertyVisibleGets or sets whether the item should be displayed.  
Public PropertyVisibleIndexGets or sets the index of the tab within the UltraOfficeNavBar.VisibleItems collection.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates 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 MethodDisposeOverridden. Called to Dispose the object  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRepositionRepositions this item before or after another item. Passing null as the relativeItem will position the item as the first item if relativePosition is After or as the last item if relativePosition is Before.  
Public MethodResetResets all properties of this NavBarItem instance to their default values.  
Public MethodResetCustomizationTextResets the value of the CustomizationText property to its default.  
Public MethodResetEnabledResets the value of the Enabled property to its default.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetPeekCaptionResets the value of the PeekCaption property to its default.  
Public MethodResetPeekContentResets the value of the PeekContent property to its default.  
Public MethodResetTextResets the value of the Text property to its default.  
Public MethodResetVisibleResets the value of the Visible property to its default.  
Public MethodResolveAppearanceGets the resolved appearance of the item.  
Public MethodShouldSerializeIndicates whether the object needs to be persisted.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeSettingsReturns whether the Settings property requires serialization.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowPeekShows the Peek window.  
Public MethodToStringReturns a System.String that represents the current System.Object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDeserializationCalled after this ItemSettings instance has been de-serialized.  
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on an object property of this ItemSettings object.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeCustomizationTextReturns whether the value of the CustomizationText property has been changed from its default.  
Protected MethodShouldSerializeEnabledReturns whether the value of the Enabled property has been changed from its default.  
Protected MethodShouldSerializePeekCaptionReturns whether the value of the PeekCaption property has been changed from its default.  
Protected MethodShouldSerializePeekContentReturns whether the value of the PeekContent property has been changed from its default.  
Protected MethodShouldSerializeTextReturns whether the value of the Text property has been changed from its default.  
Protected MethodShouldSerializeVisibleReturns whether the value of the Visible property has been changed from its default.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also