AbstractMsgManager Message Method (String, String)CleanCode C# Libraries v1.2.03 API
Displays the specified value and prefix 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,
	string prefix
)
Remarks

This method is used internally by the Error(String) and Warning(String) methods, but may also be used explicitly by a caller.
See Also