Version

RibbonTabSettings Class Members

The following tables list the members exposed by RibbonTabSettings.

Protected Constructors
 NameDescription
Protected ConstructorRibbonTabSettings ConstructorConstructor used for deserialization.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyActiveTabItemAppearanceReturns or sets the appearance used to render the tab item when the tab is active.  
Public PropertyAppearanceReturns or sets the appearance used to control the default appearance for the tab including the tab item and client area.  
Public PropertyClientAreaAppearanceReturns or sets the appearance used to render the client area of the tab.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasActiveTabItemAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasClientAreaAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackSelectedTabItemAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackTabItemAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasSelectedAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasSelectedTabItemAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTabItemAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHotTrackSelectedTabItemAppearanceReturns or sets the appearance used to render the tab item when the mouse is over the tab item and the tab is currently selected.  
Public PropertyHotTrackTabItemAppearanceReturns or sets the appearance used to render the tab item when the mouse is over the tab item.  
Public PropertySelectedAppearanceReturns or sets the appearance used to render the tab when the tab is selected.  
Public PropertySelectedTabItemAppearanceReturns or sets the appearance used to render the tab item when the tab is selected.  
Public PropertyTabItemAppearanceReturns or sets the appearance used to render the tab item.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolbarsManagerReturns the UltraToolbarsManager to which the RibbonTabSettings is attached.  
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 the properties of the object to their default values.  
Public MethodResetActiveTabItemAppearanceResets the ActiveTabItemAppearance property to its default value.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetClientAreaAppearanceResets the ClientAreaAppearance property to its default value.  
Public MethodResetHotTrackSelectedTabItemAppearanceResets the HotTrackSelectedTabItemAppearance property to its default value.  
Public MethodResetHotTrackTabItemAppearanceResets the HotTrackTabItemAppearance property to its default value.  
Public MethodResetSelectedAppearanceResets the SelectedAppearance property to its default value.  
Public MethodResetSelectedTabItemAppearanceResets the SelectedTabItemAppearance property to its default value.  
Public MethodResetTabItemAppearanceResets the TabItemAppearance property to its default value.  
Public MethodShouldSerializeDetermines whether any properties of the object differ from their default values.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string so nothing shows up on the right side of the property grid.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataPopulates the specified System.Runtime.Serialization.SerializationInfo with the data from 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 MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Invoked when the object has been disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeActiveTabItemAppearanceDetermines whether the ActiveTabItemAppearance property is set to its default value.  
Protected MethodShouldSerializeAppearanceDetermines whether the Appearance property is set to its default value.  
Protected MethodShouldSerializeClientAreaAppearanceDetermines whether the ClientAreaAppearance property is set to its default value.  
Protected MethodShouldSerializeHotTrackSelectedTabItemAppearanceDetermines whether the HotTrackSelectedTabItemAppearance property is set to its default value.  
Protected MethodShouldSerializeHotTrackTabItemAppearanceDetermines whether the HotTrackTabItemAppearance property is set to its default value.  
Protected MethodShouldSerializeSelectedAppearanceDetermines whether the SelectedAppearance property is set to its default value.  
Protected MethodShouldSerializeSelectedTabItemAppearanceDetermines whether the SelectedTabItemAppearance property is set to its default value.  
Protected MethodShouldSerializeTabItemAppearanceDetermines whether the TabItemAppearance 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