ToolStripPanelRow.Bounds Propriété

Définition

Obtient ou définit la taille et l'emplacement de ToolStripPanelRow, comprenant ses éléments non clients, en pixels, par rapport au contrôle parent.

public:
 property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle

Valeur de propriété

Rectangle représentant la taille et l'emplacement.

Remarques

Alors que la DisplayRectangle propriété obtient uniquement les éléments clients du contrôle, la Bounds propriété obtient les éléments non client et client.

S’applique à