DataGridViewCell.ContentBounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取环绕单元格内容区域的边框。
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 方法。