 | 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)
Syntaxpublic LayoutMessage(
string text,
Layout layout
)
Public Sub New (
text As String,
layout As 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