Version

Search Results

DockAreaPane Constructor(SerializationInfo,StreamingContext)

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...

DockAreaPane Constructor

Overload List

DockAreasCollection Class

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.

DockAreasCollection Class Events

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

DockAreasCollection Class Fields

For a list of all members of this type, see DockAreasCollection members. Protected Fields Name Description tagValue (Inherited from Infragistics.Shared.SubObjectBase) Top

DockAreasCollection Class Members

Protected Constructors Protected Fields Public Properties Protected Properties Public Methods Protected Methods Public Events

DockAreasCollection Class Methods

Public Methods Protected Methods

DockAreasCollection Class Properties

Public Properties Protected Properties

Add(DockAreaPane) Method

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...

Add(DockedLocation) Method

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