Version

HeaderBase Class Methods

For a list of all members of this type, see HeaderBase members.

Public Methods
 NameDescription
Public MethodActivateActivates header.  
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 MethodGetExportTextGets the export text for a header.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetUIElementOverloaded. Overridden. Returns the UIElement associated with the object, in the specified row and column scrolling regions.  
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 back to their default values.  
Public MethodResetAllowEditingResets the AllowEditing property to its default value.  
Public MethodResetAppearanceResets Appearance to its default settings.  
Public MethodResetCaptionResets Caption to null.  
Public MethodResetEditorResets Editor to null.  
Public MethodResetEnabledResets Enabled to its default value (True).  
Public MethodResetExclusiveColScrollRegionResets to null  
Public MethodResetFixedResets the property to its default value of false.  
Public MethodResetFixedHeaderIndicatorResets the property to its default value.  
Public MethodResetFixOnRightResets the FixOnRight property to its default value.  
Public MethodResetTextOrientationResets the TextOrientation property to its default value.  
Public MethodResetToolTipTextResets the property to its default value of false.  
Public MethodResolveAppearanceOverloaded. Returns an Appearance object with its properties set to the actual values that will be used to display the object.  
Public MethodSelectAllSelects all of the text in the cell. If the cell does not contain text then this method does nothing.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string so that property window display nothing  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeHelperCalled by the constructor used for de-serialization  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataSerialize the header properties  
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. Called when the object is disposed of  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowEditingReturns true if the AllowEditing property needs to be serialized.  
Protected MethodShouldSerializeAppearanceReturns true if this property is not set to its default value  
Protected MethodShouldSerializeCaptionReturns true if this property is not set to its default value  
Protected MethodShouldSerializeEditorReturns true if this property is not set to its default value  
Protected MethodShouldSerializeEnabledReturns true if this property is not set to its default value  
Protected MethodShouldSerializeExclusiveColScrollRegionReturns true if this property is not set to its default value  
Protected MethodShouldSerializeFixedReturns true if the property has been set to a non-default value of true.  
Protected MethodShouldSerializeFixedHeaderIndicatorRetruns true if the property is set to a non-default value.  
Protected MethodShouldSerializeFixOnRightReturns true if the FixOnRight property needs to be serialized.  
Protected MethodShouldSerializeTextOrientationReturns true if the TextOrientation property needs to be serialized.  
Protected MethodShouldSerializeToolTipTextReturns true if the property has been set to a non-default value of true.  
Protected MethodShouldSerializeVisiblePositionReturns true if this property is not set to its default value  
See Also