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