DataGridViewCell.DataGridViewCellAccessibleObject.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

El valor de la propiedad Owner es null.

Comentarios

La Bounds propiedad recupera el rectángulo delimitador del objeto en coordenadas de pantalla.

Se aplica a

Consulte también