ToolStripDropDown.OverflowButton Property

Definition

This property is not relevant to this class.

public:
 property System::Windows::Forms::ToolStripOverflowButton ^ OverflowButton { System::Windows::Forms::ToolStripOverflowButton ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ToolStripOverflowButton OverflowButton { get; }
[<System.ComponentModel.Browsable(false)>]
member this.OverflowButton : System.Windows.Forms.ToolStripOverflowButton
Public ReadOnly Property OverflowButton As ToolStripOverflowButton

Property Value

The ToolStripItem that is the overflow button for a ToolStrip with overflow enabled.

Attributes

Remarks

This property is not relevant to this class.

Applies to