ProgressBarMessager MaxMessages Property CleanCode C# Libraries v1.2.03 API
Gets or sets the maximum number of messages to display.

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

public int MaxMessages { get; set; }

Field Value

The max number of messages. the default is 10.
Remarks

When a message beyond this count is sent it will be added to the bottom, while the oldest one will scroll off the top.
See Also