Version

UltraExplorerBarSettingsBase Class Members

The following tables list the members exposed by UltraExplorerBarSettingsBase.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowEdit(Groups): Returns/sets whether the Group name in the Group Header should be editable by the end user via an in-place textbox. In-place editing is triggered when the end user right-clicks on the name in the Group Header and selects ‘Rename Group’ from the context menu. (Items): Returns/sets whether the Item name should be editable by the end user via an in-place textbox. In-place editing is triggered when the end user right-clicks on the Item name and selects ‘Rename Item’ from the context menu.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorReturns/sets the editor used for editing the Group/Item text.  
Public PropertyEditorComponentReturns/sets the component that implements the IProvidesEmbeddableEditor interface for editing the Group/Item text.  
Public PropertyExplorerBarReturns the UltraExplorerBar control associated with this UltraExplorerBarSettingsBase object.  
Public PropertyHotTrackingReturns/sets whether a Group/Item responds to mouse-overs by applying the HotTrackAppearance settings.  
Public PropertyMaxLinesReturns/sets the maximum number of text lines displayed in the GroupHeader/Item area.  
Public PropertyShowToolTipsReturns/sets whether tooltips are shown when the mouse hovers over a GroupHeader/Item.  
Public PropertyTagOverridden. The tag property can be used to logically attach another object or value to this object.  
Public PropertyUseMnemonicsReturns/sets whether the UltraExplorerBarGroup or UltraExplorerBarItem will honor mnemonics in its text.  
Protected Properties
 NameDescription
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
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 MethodResetResets all properties of the UltraExplorerBarSettingsBase object to their default values.  
Public MethodResetAllowEditResets the AllowEdit property to its default value.  
Public MethodResetEditorResets the Editor property to its default value.  
Public MethodResetEditorComponentResets the EditorComponent property to its default value.  
Public MethodResetEditorControlResets the EditorControl property to its default value.  
Public MethodResetHotTrackingResets the HotTracking property to its default value.  
Public MethodResetMaxLinesResets the MaxLines property to its default value.  
Public MethodResetShowInkButtonResets the ShowInkButton property to its default value.  
Public MethodResetShowToolTipsResets the ShowToolTips property to its default value.  
Public MethodResetUseMnemonicsResets the UseMnemonics property to its default value.  
Public MethodShouldSerializeIndicates whether any properties of the UltraExplorerBarSettingsBase object have changed from their default values and need to be serialized.  
Public MethodShouldSerializeAllowEditIndicates whether the AllowEdit property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeEditorIndicates whether the Editor property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeEditorComponentIndicates whether the EditorComponent property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeEditorControlIndicates whether the EditorControl property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeHotTrackingIndicates whether the HotTracking property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeMaxLinesIndicates whether the MaxLines property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeShowInkButtonIndicates whether the ShowInkButton property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeShowToolTipsIndicates whether the ShowToolTips property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeUseMnemonicsIndicates whether the UseMnemonics property has changed from its default value and needs to be serialized.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataGetObjectData Serialization Helper (called by our derived classes)  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also