CustomDataGridViewCheckBoxCell.GetContentBounds Method
Include Protected Members
Include Inherited Members
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Returns the bounding rectangle that encloses the cell's content area.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Returns the bounding rectangle that encloses the cell's content area using a default Graphics and cell style currently in effect for the cell. (Inherited from DataGridViewCell.)
GetContentBounds(Graphics, DataGridViewCellStyle, Int32)
Returns the bounding rectangle that encloses the cell's content area, which is calculated using the specified Graphics and cell style. (Inherited from DataGridViewCheckBoxCell.)
Top
See Also
Reference
CustomDataGridViewCheckBoxCell Class