Constructor used during deserialization to initialize a new DockAreaPane object with the serialized property values. Syntax Parameters info The SerializationInfo instance that contains the data to be serialized.context The StreamingContext instance which describes the source and destination of the serialized strea...
Overload List
A collection of DockAreaPane instances. Syntax Remarks The index of DockAreaPane instances within the collection affects where a docked DockAreaPane is displayed. The item at index 0 is displayed as the outermost dock area.
For a list of all members of this type, see DockAreasCollection members. Public Events Name Description SubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase) SubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase) Top
For a list of all members of this type, see DockAreasCollection members. Protected Fields Name Description tagValue (Inherited from Infragistics.Shared.SubObjectBase) Top
Protected Constructors Protected Fields Public Properties Protected Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties Protected Properties
Adds an existing DockAreaPane into the collection. Syntax Parameters pane DockAreaPane to add to the collection Return Value Index of the pane in the collection Example The following code creates several DockableControlPanes to contain controls on the form and then create the DockAreaPane instances to contain them...
Adds a new DockAreaPane to the collection using the specified location as the panes initial docking area. Syntax Parameters location Location where the pane will be docked. Return Value The new DockAreaPane