Version

CaptionButtonsAppearances Class Members

The following tables list the members exposed by CaptionButtonsAppearances.

Protected Constructors
 NameDescription
Protected ConstructorCaptionButtonsAppearances ConstructorConstructor used during deserialization to initialize a new CaptionButtonAppearances object with the serialized property values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCloseButtonAppearancesReturns an object containing appearance information for the form caption Close button.  
Public PropertyContextHelpButtonAppearancesReturns an object containing appearance information for the form caption Context Help button.  
Public PropertyDefaultButtonAppearancesReturns an object containing appearance information for form caption buttons.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyMaximizeButtonAppearancesReturns an object containing appearance information for the form caption Maximize button.  
Public PropertyMinimizeButtonAppearancesReturns an object containing appearance information for the form caption Minimize button.  
Public PropertyRestoreButtonAppearancesReturns an object containing appearance information for the form caption Restore button.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
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 object back to its default value.  
Public MethodResetCloseButtonAppearancesResets the properties of the CloseButtonAppearances to their default values.  
Public MethodResetContextHelpButtonAppearancesResets the properties of the ContextHelpButtonAppearances to their default values.  
Public MethodResetDefaultButtonAppearancesResets the properties of the DefaultButtonAppearances to their default values.  
Public MethodResetMaximizeButtonAppearancesResets the properties of the MaximizeButtonAppearances to their default values.  
Public MethodResetMinimizeButtonAppearancesResets the properties of the MinimizeButtonAppearances to their default values.  
Public MethodResetRestoreButtonAppearancesResets the properties of the RestoreButtonAppearances to their default values.  
Public MethodShouldSerializeDetermines if the object should be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns the string representation of this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataHelperHelper method for implementing the ISerializable interface's GetObjectData method.  
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. Overriden. Called when the object is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Overriden. Called when another sub object that we are listening to notified us that one of its properties has changed.  
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