Initializes a new instance of
the ToolStripDropDownManager class
using a ToolStripItem to supply a category value.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public ToolStripDropDownManager( ToolStripDropDownButton statusDisplay, ToolStripItem toolStripItem )
Parameters
- statusDisplay
- Type: System.Windows.Forms ToolStripDropDownButton
The ToolStripDropDownButton used to display status.
- toolStripItem
- Type: System.Windows.Forms ToolStripItem
The ToolStripItem used to obtain a category for messages.
See Also