| LayoutMessage Constructor (String) |
Creates a new LayoutMessage with the supplied text.
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
)
Public Sub New (
text As String
)
Parameters
- text
- Type: SystemString
The string data of the LayoutMessage.
Remarks
The codes of the new message are set to default values, and no
message labels are defined.
See Also