ToolStripItem::MergeAction Property
.NET Framework (current version)
Gets or sets how child menus are merged with parent menus.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property MergeAction MergeAction { MergeAction get(); void set(MergeAction value); }
Property Value
Type: System.Windows.Forms::MergeActionOne of the MergeAction values. The default is MatchOnly.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value assigned is not one of the MergeAction values. |
.NET Framework
Available since 2.0
Available since 2.0
Show: