Version

DockablePaneBase Class Methods

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

Public Methods
 NameDescription
Public MethodActivateActivates the control contained within the pane.  
Public MethodCloseOverloaded. Closes the pane.  
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 MethodDockOverloaded. Docks the pane and its children to a new DockAreaPane at the specified location.  
Public MethodFloatOverloaded. Places the pane and any of its child panes into a floating window.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetObjectDataSerializes the objects non-default contents into the info.  
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 MethodPinPins all of the DockableControlPane descendant panes.  
Public MethodRepositionToGroupOverloaded. Repositions the pane to a new group.  
Public MethodRepositionToPaneRepositions the pane relative to the specified pane.  
Public MethodResetResets the properties of the pane to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetMaximumSizeResets the MaximumSize to its default value.  
Public MethodResetMinimumSizeResets the MinimumSize to its default value.  
Public MethodResetSettingsResets the properties of the Settings to its default values.  
Public MethodResetSizeResets the Size to its default value.  
Public MethodShouldSerializeIndicates if the pane object needs to be serialized.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowUsed to ensure that the pane is displayed by updating the Closed property of itself and its parent chain.  
Public MethodToggleDockStateToggles the pane and its child panes between the last docked and floating states.  
Public MethodUnpinUnpins all of the DockableControlPane descendant panes.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodAdjustChildPaneSizeUpdates the size of the child pane(s) based on the contents area.  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodEnforceMinMaxOverloaded. Invoked to adjust a size to enforce the minimum and maximum sizes of a pane  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollectionOverridden. Called when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasn't already been set  
Protected MethodOnDeserializationCallbackInvoked from the OnDeserialization method of the System.Runtime.Serialization.IDeserializationCallback interface  
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollectionOverridden. Called when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches  
Protected MethodOnSubObjectPropChangedOverridden. Invoked when the property of a subobject has changed.  
Protected MethodPropertyChangedInvoked when a pane's property has been changed.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeMaximumSizeIndicates if the MaximumSize property should be serialized.  
Protected MethodShouldSerializeMinimumSizeIndicates if the MinimumSize property should be serialized.  
Protected MethodShouldSerializeSettingsIndicates if the Settings property needs to be serialized.  
Protected MethodShouldSerializeSizeIndicates if the Size property should be serialized.  
See Also