Click or drag to resize

LayoutManagerPutLayout Method

Adds a layout to the collection of layouts of the LayoutManager.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public Layout PutLayout(
	Layout layout
)

Parameters

layout
Type: OBCOM.NetClientLayout
The Layout to be added to the collection.

Return Value

Type: Layout
The previous Layout with the same name as the supplied layout, or null if it did not have one.
Remarks
The Layout must be non-null and completed (as defined by the Complete(String) method).
See Also