DataGridViewCell.DataGridViewCellAccessibleObject.Bounds Właściwość

Definicja

Pobiera lokalizację i rozmiar dostępnego obiektu.

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

Wartość właściwości

Rectangle

Element Rectangle reprezentujący granice dostępnego obiektu.

Wyjątki

Wartość Owner właściwości to null.

Uwagi

Właściwość Bounds pobiera prostokąt ograniczenia obiektu we współrzędnych ekranu.

Dotyczy

Zobacz też