Initializes a serialized DockableControlPane. Syntax Parameters internalId ID for the panefloatingParentId ID for the parent pane when floatingfloatingIndex Index in the floating parents collectiondockedParentId ID for the parent pane when dockeddockedIndex Index in the docked parents collection
Constructor used during deserialization to initialize a new DockableControlPane 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 serialize...
Initializes a new instance of the DockableControlPane class. Syntax Parameters key Key for the pane Example The following code demonstrates how to create nested groups of panes.
Initializes a new instance of the DockableControlPane class. Syntax Parameters key Key for the panecontrol Control to be contained by the pane Example The following code demonstrates how to create nested groups of panes.
Initializes a new instance of the DockableControlPane class with the specified key and text Syntax Parameters key Key for the panetext Text for the panes caption Example The following code creates several DockableControlPanes to contain controls on the form and then create the DockAreaPane instances to contain the...
Initializes a new instance of the DockableControlPane class with the specified key and text Syntax Parameters key Key for the panetext Text for the panes captioncontrol Control to be contained by the pane Example The following code creates several DockableControlPanes to contain controls on the form and then creat...
Overload List
A dockable pane which can contain one or more DockablePaneBase instances. Syntax Remarks The DockableGroupPane is a container for DockablePaneBase instances. The group pane may contain either DockableControlPane or other DockableGroupPane objects. The panes contained by the group are accessible via the Panes prope...
For a list of all members of this type, see DockableGroupPane 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 DockableGroupPane members. Protected Fields Name Description tagValue (Inherited from Infragistics.Shared.SubObjectBase) Top