Version

StyleSetSettings Class Members

The following tables list the members exposed by StyleSetSettings.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyBasedOnReturns or sets the name of the styleset from which this styleset inherits its style settings.  
Public PropertyButtonStyleReturns or sets the default Infragistics.Win.UIElementButtonStyle for components using this styleset that support buttons.  
Public PropertyCheckBoxGlyphInfoReturns the glyph info used to draw check boxes.  
Public PropertyComponentStylesReturns a collection of ComponentStyleSettings instances used to initialize settings for Infragistics.Win.AppStyling.ComponentRole instances of a Infragistics.Win.AppStyling.StyleManager  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHeaderStyleReturns or sets the default Infragistics.Win.HeaderStyle for components using this styleset that support headers.  
Public PropertyKeyOverridden. The name of the style  
Public PropertyOwnerReturns the owning ApplicationStyleLibrary instance  
Public PropertyRadioButtonGlyphInfoReturns the glyph info used to draw radio buttons.  
Public PropertyResolutionOrderReturns or sets the default order in which the control and app style properties will be resolved for components using this styleset.  
Public PropertyRoleStylesReturns a collection of StyleSettings instances used to initialize settings for Infragistics.Win.AppStyling.UIRole instances of a Infragistics.Win.AppStyling.StyleManager  
Public PropertySharedObjectsReturns a collection of SharedObjectSettings instances used to initialize settings for shared objects of a Infragistics.Win.AppStyling.StyleManager  
Public PropertyUseFlatModeReturns or sets the recommended value for whether the components that use this styleset should use a flat appearance.  
Public PropertyUseOsThemesReturns or sets the recommended value for whether the components that use this styleset should render using the operating system themes.  
Public PropertyViewStyleReturns or sets the recommended ViewStyle for the components that use this styleset.  
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 MethodAddTargetComponentIndicates that the specified component role should use this styleset as its default styleset.  
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 MethodGetTargetComponentsReturns an array containing the names of all the component roles that are currently set up to use this styleset as their default styleset.  
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 MethodRemoveAllTargetComponentsClears the list of components that are set up to automatically use this styleset as its default styleset.  
Public MethodRemoveTargetComponentRemoves the specified component role name from the list of components that use this styleset as their default styleset.  
Public MethodResetComponentStylesClears the ComponentStyles contents.  
Public MethodResetKeyOverridden. Overriden. The key of a styleset cannot be null  
Public MethodResetRoleStylesClears the RoleStyles contents.  
Public MethodResetSharedObjectsClears the SharedObjects contents.  
Public MethodShouldSerializeIndicates if the object has any information to serialize.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string representation of the 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 MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeComponentStylesIndicates if the ComponentStyles property needs to be serialized.  
Protected MethodShouldSerializeRoleStylesIndicates if the RoleStyles property needs to be serialized.  
Protected MethodShouldSerializeSharedObjectsIndicates if the SharedObjects property needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also