DataGridView.DataGridViewTopRowAccessibleObject.Bounds Propiedad

Definición

Obtiene la ubicación y el tamaño del objeto accesible.

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

Valor de propiedad

Rectangle

Rectangle que representa los límites del objeto accesible.

Excepciones

La propiedad Owner no se ha establecido.

Comentarios

Para obtener más información sobre esta propiedad, vea la AccessibleObject.Bounds propiedad .

Se aplica a

Consulte también