 | 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)
Syntaxpublic Layout PutLayout(
Layout layout
)
Public Function PutLayout (
layout As Layout
) As 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
See Also