Version

UltraExplorerBarItem Class Members

The following tables list the members exposed by UltraExplorerBarItem.

Public Constructors
 NameDescription
Public ConstructorUltraExplorerBarItem ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the item header.  
Public PropertyActiveReturns/sets whether the UltraExplorerBarItem is the current ActiveItem.  
Public PropertyCheckedReturns/sets whether the UltraExplorerBarItem is in a Checked state. This property only has meaning if the Style is ‘1 – StateButton’  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExplorerBarReturns a reference to the UltraExplorerBar control that this UltraExplorerBarItem belongs to.  
Public PropertyGroupReturns a reference to the UltraExplorerBarGroup that this UltraExplorerBarItem belongs to.  
Public PropertyIndexReturns the index of the UltraExplorerBarItem in its parent collection.  
Public PropertyIsInViewReturns whether the UltraExplorerBarItem is actually visible in the control.  
Public PropertyKeyThe Key of the item in its collection.  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the notification badge text.  
Public PropertyParentCollectionThe UltraExplorerBarItemsCollection that owns this UltraExplorerBarItem.  
Public PropertySettingsReturns the UltraExplorerBarItemSettings object for the UltraExplorerBarItem. The UltraExplorerBarItemSettings object contains values for various UltraExplorerBarItem related settings, and can be found at the UltraExplorerBarGroup, UltraExplorerBarItem and control levels.  
Public PropertySettingsResolvedReturns a reference to an UltraExplorerBarItemSettingsResolved object which contains values for all resolvable UltraExplorerBarItemSettings properties  
Public PropertyTagOverridden. The tag property can be used to logically attach another object or value to this object.  
Public PropertyTextReturns/sets the text displayed in the UltraExplorerBarItem.  
Public PropertyToolTipTextReturns/sets the text used to display tooltips. If no text is specified then the contents of the UltraExplorerBarItem’s text property is displayed in the tooltip.  
Public PropertyUIElementReturns the UIElement for the UltraExplorerBarItem.  
Public PropertyVisibleReturns/sets the visibility of the UltraExplorerBarItem – i.e., whether the UltraExplorerBarItem will be displayed under the proper circumstances.  
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 MethodCloneCreates a copy of the UltraExplorerBarItem.  
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodEnsureItemInViewOverloaded. Makes sure that the UltraExplorerBarItem is in view.  
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 MethodRenamePuts the editor currently assigned to the UltraExplorerBarItem into edit mode and displays the editor in the UltraExplorerBarItem to allow in-place editing of the UltraExplorerBarItem name.  
Public MethodRepositionOverloaded. Repositions the UltraExplorerBarItem to a new UltraExplorerBarGroup, adding it to the end of the new UltraExplorerBarGroup’s UltraExplorerBarItems collection (or in its proper sorted position it the UltraExplorerBarGroup’s UltraExplorerBarItems are being sorted).  
Public MethodResetCheckedResets the Checked property to its default value.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNotificationBadgeTextResets the NotificationBadgeText property to its default value.  
Public MethodResetSettingsResets the Settings property to its default value.  
Public MethodResetTextResets the Text property to its default value.  
Public MethodResetToolTipTextResets the ToolTipText property to its default value.  
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodResolveAppearanceOverloaded. Resolves the appearance for this item.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturn the Text property as the string representation of the UltraExplorerBarItem.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetNotificationBadgeBoundsDetermines the rectangle area of the NotificationUIElement. In this area the tools will display the element will be positioned based on its size and position  
Protected MethodGetObjectDataInvoked during the serialization of the object.  
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 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 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 MethodShouldSerializeChecked

Returns a Boolean value that determines whether the Checked property is set to its default value.

 
Protected MethodShouldSerializeSettings

Returns a Boolean value that determines whether the Settings property is set to its default value.

 
Protected MethodShouldSerializeText

Returns a Boolean value that determines whether the Text property is set to its default value.

 
Protected MethodShouldSerializeToolTipText

Returns a Boolean value that determines whether the ToolTipText property is set to its default value.

 
Protected MethodShouldSerializeVisible

Returns a Boolean value that determines whether the Visible property is set to its default value.

 
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also