Version

NavBarItem Class Methods

For a list of all members of this type, see NavBarItem members.

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.  
See Also