ToolStripPanelRow.DisplayRectangle 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 la zone d'affichage du contrôle.
public:
property System::Drawing::Rectangle DisplayRectangle { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle DisplayRectangle { get; }
member this.DisplayRectangle : System.Drawing.Rectangle
Public ReadOnly Property DisplayRectangle As Rectangle
Valeur de propriété
Rectangle représentant la taille et l'emplacement.
Remarques
Alors que la Bounds propriété obtient les éléments non clients et clients, la DisplayRectangle propriété obtient uniquement les éléments clients du contrôle.