Click or drag to resize

LayoutMessage Constructor (String, Layout)

Creates a new LayoutMessage with the supplied arguments.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public LayoutMessage(
	string text,
	Layout layout
)

Parameters

text
Type: SystemString
The string data of the LayoutMessage.
layout
Type: OBCOM.NetSwitchLib.LayoutsLayout
The initial layout of the LayoutMessage.
Remarks
The codes of the new message are set to default values, and no message labels are defined.
See Also