ToolStripPanelRow.DisplayRectangle Propiedad

Definición

Obtiene el área de presentación del control.

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

Valor de propiedad

Rectangle

Rectangle que representa el tamaño y la ubicación.

Comentarios

Mientras la Bounds propiedad obtiene los elementos nonclient y client, la DisplayRectangle propiedad obtiene solo los elementos cliente del control.

Se aplica a