Click or drag to resize

LayoutLoaderPutLayout Method

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

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Layout PutLayout(
	Layout layout
)

Parameters

layout
Type: OBCOM.NetSwitchLib.LayoutsLayout
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