ToolStripItem.IsOnOverflow Property

Definition

Gets a value indicating whether the Placement property is set to Overflow.

public:
 property bool IsOnOverflow { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsOnOverflow { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsOnOverflow : bool
Public ReadOnly Property IsOnOverflow As Boolean

Property Value

true if the Placement property is set to Overflow; otherwise, false.

Attributes

Applies to