ToolStripDropDown.CanOverflow 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 ou définit une valeur indiquant si les éléments d'un ToolStripDropDown peuvent être envoyés à un menu de dépassement de capacité.
public:
property bool CanOverflow { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool CanOverflow { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CanOverflow : bool with get, set
Public Property CanOverflow As Boolean
Valeur de propriété
true
pour envoyer des éléments ToolStripDropDown à un menu de dépassement de capacité ; sinon, false
. La valeur par défaut est false
.
- Attributs