AbstractMsgManager Warning Method CleanCode C# Libraries v1.2.03 API
Displays the specified value in the message container and its history list, with a warning prefix (WarningPrefix).

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

public void Warning(
	string value
)
Remarks

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