ToolStripDropDownManager MsgDropDownLimit Property CleanCode C# Libraries v1.2.03 API
Gets or sets the limit for the drop down list of the control.

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

public int MsgDropDownLimit { get; set; }

Field Value

The limit value (defaults to 15).
See Also