System.Windows.Forms.ToolStripItem.Placement Property

Gets the current layout of the item.

Syntax

[System.ComponentModel.Browsable(false)]
public ToolStripItemPlacement Placement { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Inspect the ToolStripItem.Placement property in a ToolStrip.LayoutCompleted event to determine whether an item was placed on the main System.Windows.Forms.ToolStrip, the overflow System.Windows.Forms.ToolStrip, or if it is not currently showing at all. The typical reasons why an item is not displayed are that the item did not fit on the main System.Windows.Forms.ToolStrip and its ToolStripItem.Overflow property was set to ToolStripItemOverflow.Never.

Requirements

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