System.Windows.Forms.ToolStripManager Class

Controls System.Windows.Forms.ToolStrip rendering and rafting, and the merging of System.Windows.Forms.MenuStrip, System.Windows.Forms.ToolStripDropDownMenu, and System.Windows.Forms.ToolStripMenuItem objects. This class cannot be inherited.

See Also: ToolStripManager Members

Syntax

public sealed class ToolStripManager

Remarks

System.Windows.Forms.ToolStripManager supports System.Windows.Forms.ToolStrip-related tasks for entire applications, such as merging, settings, and renderer options. The overloaded ToolStripManager.Merge(ToolStrip, ToolStrip) method combines System.Windows.Forms.ToolStrip controls with each other, and the overloaded ToolStripManager.RevertMerge(ToolStrip) method undoes a merge operation.

Use the System.Windows.Forms.ToolStripRenderer class with the System.Windows.Forms.ToolStripManager class to gain even more control and customizability over painting and layout style.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0