Version

SettingsBase Class Members

The following tables list the members exposed by SettingsBase.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyHasAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasEditAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackPressedAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasPressedAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasToolAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHotTrackAppearanceReturns a Boolean value determining or sets the appearance of a tool that has the mouse over it.  
Public PropertyHotTrackPressedAppearanceReturns a Boolean value determining or sets the appearance of a tool that has the mouse over it while the mouse button is down.  
Public PropertyPressedAppearanceReturns or sets the appearance of a state tool that is pressed.  
Public PropertyShowToolTipsReturns or sets a value that specifies whether the tools on the toolbar/menu will display tooltips.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyToolbarsManagerReturns the UltraToolbarsManager to which the SettingsBase is attached.  
Public PropertyToolDisplayStyleReturns or sets a value that specifies display style for all PopupMenuTool on the UltraToolbar which determines when the tools text and image are displayed.  
Public PropertyUseLargeImagesReturns or sets a value that specifies whether the tools on the toolbar/menu will display using the toolbarmanager's UltraToolbarsManager.ImageSizeLarge.  
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 SettingsBase object to their default values.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetEditAppearanceResets the EditAppearance property to its default value.  
Public MethodResetHotTrackAppearanceResets the HotTrackAppearance property to its default value.  
Public MethodResetHotTrackPressedAppearanceResets the HotTrackPressedAppearance property to its default value.  
Public MethodResetPressedAppearanceResets the PressedAppearance property to its default value.  
Public MethodResetShowToolTipsResets the ShowToolTips property to its default value.  
Public MethodResetToolAppearanceResets the ToolAppearance property to its default value.  
Public MethodResetToolDisplayStyleResets the ToolDisplayStyle property to its default value.  
Public MethodResetUseLargeImagesResets the UseLargeImages property to its default value.  
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 MethodOnDisposeOverridden. Invoked when the object is 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 MethodShouldSerializeAppearanceDetermines whether the Appearance property is set to its default value.  
Protected MethodShouldSerializeEditAppearanceDetermines whether the EditAppearance property is set to its default value.  
Protected MethodShouldSerializeHotTrackAppearanceDetermines whether the HotTrackAppearance property is set to its default value.  
Protected MethodShouldSerializeHotTrackPressedAppearanceDetermines whether the HotTrackPressedAppearance property is set to its default value.  
Protected MethodShouldSerializePressedAppearanceDetermines whether the PressedAppearance property is set to its default value.  
Protected MethodShouldSerializeShowToolTipsDetermines whether the ShowToolTips property is set to its default value.  
Protected MethodShouldSerializeToolAppearanceDetermines whether the ToolAppearance property is set to its default value.  
Protected MethodShouldSerializeToolDisplayStyleDetermines whether the ToolDisplayStyle property is set to its default value.  
Protected MethodShouldSerializeUseLargeImagesDetermines whether the UseLargeImages 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