ToolStripManager::RevertMerge Method (String^)
.NET Framework (current version)
Undoes a merging of two ToolStrip objects, returning the ToolStrip with the specified name to its state before the merge and nullifying all previous merge operations.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- targetName
-
Type:
System::String^
The name of the ToolStripItem for which to undo a merge operation.
The ToolStrip::AllowMerge property must be set to true for both ToolStrip objects, or this method returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: