DataGridViewCell.ContentBounds プロパティ

定義

セルの内容領域を囲んだ外接する四角形を取得します。

public:
 property System::Drawing::Rectangle ContentBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle ContentBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentBounds : System.Drawing.Rectangle
Public ReadOnly Property ContentBounds As Rectangle

プロパティ値

セルの内容領域に外接する Rectangle

属性

例外

セルを含む行が共有行です。

- または -

セルが列ヘッダーのセルです。

ColumnIndex プロパティの値が 0 未満です。これは、セルが行ヘッダーのセルであることを示します。

注釈

返される四角形は、クライアント座標をピクセル単位で報告します。

このプロパティは、 メソッドを GetContentBounds 呼び出して値を取得します。 基本 DataGridViewCell 型の場合、この値は です Empty

セルの内容ではなく、セルの外接する四角形を取得するには、 メソッドを使用します DataGridView.GetCellDisplayRectangle

適用対象

こちらもご覧ください