Version

Search Results

ToString Method (DockAreaPane)

Returns the dock location and key, if one was specified. Syntax Return Value A string consisting of the DockedLocation and Infragistics.Shared.KeyedSubObjectBase.Key.

DockAreaPane Constructor(DockedLocation)

Initializes a new instance of the DockAreaPane class. Syntax Parameters location The location of the dock area pane Example The following code creates several DockableControlPanes to contain controls on the form and then create the DockAreaPane instances to contain them.

DockAreaPane Constructor(DockedLocation,Guid)

Initializes a serialized DockAreaPane. Syntax Parameters location Docked location of the paneinternalId Id for the pane

DockAreaPane Constructor(DockedLocation,String)

Initializes a new instance of the DockAreaPane class with the specified key. Syntax Parameters location Docked Location of the panekey Key of the new pane. Example The following code demonstrates how to create nested groups of panes.