Click or drag to resize
GeneralRulesShowMessage Method
Adds a message to the display.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void ShowMessage(
	string Message
)

Parameters

Message
Type: SystemString
Message text as a quoted string. Use \r\n to insert new lines into the message.
Remarks
Up to 4 messages may be displayed. No automatic word wrap or centering is performed. All formatting is determined by the content of the string.
See Also