ToolStrip.OverflowButton Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le ToolStripItem, qui correspond au bouton de dépassement de capacité pour un ToolStrip avec dépassement de capacité activé.
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
Valeur de propriété
Objet de type ToolStripOverflowButton avec son ToolStripItemAlignment ayant la valeur Right et sa valeur ToolStripItemOverflow ayant la valeur Never.
- Attributs