DataGridView.DataGridViewTopRowAccessibleObject.Bounds Proprietà

Definizione

Ottiene la posizione e le dimensioni dell'oggetto accessibile.

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

Valore della proprietà

Oggetto Rectangle che rappresenta i limiti dell'oggetto accessibile.

Eccezioni

La proprietà Owner non è impostata.

Commenti

Per altre informazioni su questa proprietà, vedere la AccessibleObject.Bounds proprietà .

Si applica a

Vedi anche