ToolStripPanelRow.DisplayRectangle Propriété

Définition

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

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.

S’applique à