Version

PageSection Class Members

The following tables list the members exposed by PageSection.

Public Constructors
 NameDescription
Public ConstructorPageSection ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the appearance used to render the section.  
Public PropertyBorderSidesReturns or sets which sides of the section border will be rendered.  
Public PropertyBorderStyleReturns or sets the borderstyle rendered around the section.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDocumentReturns the owning print document.  
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasMarginsIndicates if the Margins object has been allocated.  
Public PropertyHasPaddingIndicates if the Padding object has been allocated.  
Public PropertyMarginsReturns or sets the amount of space between the containing area and the border.  
Public PropertyPaddingReturns or sets the amount of space between the border and the sections contents.  
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 MethodInitializeFromInitializes the object with the settings of the specified object.  
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 MethodPrintSectionPrints the section into the specified graphics object.  
Public MethodResetResets the properties of the section to their default values.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetMarginsResets the properties of the Margins to their default values.  
Public MethodResetPaddingResets the properties of the Padding to their default values.  
Public MethodResolveAppearanceResolves the appearance for the section.  
Public MethodShouldSerializeIndicates if any of the properties of the section differ from their default values.  
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 MethodGetObjectDataInvoked during the serialization of 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 Dispose method of the object is invoked.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on a subobject of the instance has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearance

Returns a Boolean value that determines whether the Appearance property is set to its default value.

 
Protected MethodShouldSerializeMarginsIndicates if any of the properties of the Margins have been changed.  
Protected MethodShouldSerializePaddingIndicates if any of the properties of the Padding have been changed.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also