StatusStrip.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 le StatusStrip prend en charge les fonctionnalités 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 si StatusStrip prend en charge la fonctionnalité de dépassement ; sinon, false. La valeur par défaut est false.
- Attributs