AbstractMsgManager Message Method (String)CleanCode C# Libraries v1.2.03 API
Displays the specified value in the message container.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void Message(
	string value
)
Remarks

The message is trimmed of whitespace on both ends and then truncated if it exceeds the user-specified length of the MaxLength property.
See Also