Gets or sets the maximum number of messages to display.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
public int MaxMessages { get; set; }
public int MaxMessages { get; set; }
Public Property MaxMessages As Integer
Get
Set
Public Property MaxMessages As Integer
Get
Set
public:
property int MaxMessages {
int get ();
void set (int value);
}
public:
property int MaxMessages {
int get ();
void set (int value);
}
Field Value
The max number of messages. the default is 10.
When a message beyond this count is sent it will be added to the bottom,
while the oldest one will scroll off the top.