DataGridViewCheckBoxCell Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AdjustCellBorderStyle | Modifies the input cell border style according to the specified criteria. (inherited from DataGridViewCell) |
| Clone | Overridden. Creates an exact copy of this cell. |
| DetachEditingControl | Removes the cell's editing control from the DataGridView. (inherited from DataGridViewCell) |
| Dispose | Overloaded. Releases the resources used by the DataGridViewCell. (inherited from DataGridViewCell) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetContentBounds | Overloaded. Returns the bounding rectangle that encloses the cell's content area. |
| GetEditedFormattedValue | Returns the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed. (inherited from DataGridViewCell) |
| GetEditingCellFormattedValue | Gets the formatted value of the cell while it is in edit mode. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetInheritedContextMenuStrip | Gets the inherited shortcut menu for the current cell. (inherited from DataGridViewCell) |
| GetInheritedState | Returns a value indicating the current state of the cell as inherited from the state of its row and column. (inherited from DataGridViewCell) |
| GetInheritedStyle | Gets the style applied to the cell. (inherited from DataGridViewCell) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeEditingControl | Initializes the control used to edit the cell. (inherited from DataGridViewCell) |
| KeyEntersEditMode | Determines if edit mode should be started based on the given key. (inherited from DataGridViewCell) |
| MeasureTextHeight | Overloaded. Gets the height, in pixels, of the specified text. (inherited from DataGridViewCell) |
| MeasureTextPreferredSize | Gets the ideal height and width of the specified text given the specified characteristics. (inherited from DataGridViewCell) |
| MeasureTextSize | Gets the height and width of the specified text given the specified characteristics. (inherited from DataGridViewCell) |
| MeasureTextWidth | Gets the width, in pixels, of the specified text given the specified characteristics. (inherited from DataGridViewCell) |
| ParseFormattedValue | Overridden. Converts a value formatted for display to an actual cell value. |
| PositionEditingControl | Sets the location and size of the editing control hosted by a cell in the DataGridView control. (inherited from DataGridViewCell) |
| PositionEditingPanel | Sets the location and size of the editing panel hosted by the cell, and returns the normal bounds of the editing control within the editing panel. (inherited from DataGridViewCell) |
| PrepareEditingCellForEdit | This method is not meaningful for this type. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns the string representation of the cell. |
| Name | Description | |
|---|---|---|
| BorderWidths | Returns a Rectangle that represents the widths of all the cell margins. (inherited from DataGridViewCell) |
| ClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell is clicked. (inherited from DataGridViewCell) |
| ContentClickUnsharesRow | Overridden. Indicates whether the row containing the cell will be unshared when the cell content is clicked. |
| ContentDoubleClickUnsharesRow | Overridden. Indicates whether the row containing the cell will be unshared when the cell content is double-clicked. |
| CreateAccessibilityInstance | Overridden. Creates a new accessible object for the DataGridViewCheckBoxCell. |
| Dispose | Overloaded. Releases the resources used by the DataGridViewCell. (inherited from DataGridViewCell) |
| DoubleClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell is double-clicked. (inherited from DataGridViewCell) |
| EnterUnsharesRow | Indicates whether the parent row will be unshared when the focus moves to the cell. (inherited from DataGridViewCell) |
| Finalize | Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection. (inherited from DataGridViewCell) |
| GetClipboardContent | Retrieves the formatted value of the cell to copy to the Clipboard. (inherited from DataGridViewCell) |
| GetContentBounds | Overloaded. Overridden. Returns the bounding rectangle that encloses the cell's content area. |
| GetErrorIconBounds | Overridden. |
| GetErrorText | Returns a string that represents the error for the cell. (inherited from DataGridViewCell) |
| GetFormattedValue | Overridden. Gets the formatted value of the cell's data. |
| GetPreferredSize | Overridden. |
| GetSize | Gets the size of the cell. (inherited from DataGridViewCell) |
| GetValue | Gets the value of the cell. (inherited from DataGridViewCell) |
| KeyDownUnsharesRow | Overridden. Indicates whether the row containing the cell is unshared when a key is pressed while the cell has focus. |
| KeyPressUnsharesRow | Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus. (inherited from DataGridViewCell) |
| KeyUpUnsharesRow | Overridden. Indicates whether the row containing the cell is unshared when a key is released while the cell has focus. |
| LeaveUnsharesRow | Indicates whether a row will be unshared when the focus leaves a cell in the row. (inherited from DataGridViewCell) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| MouseClickUnsharesRow | Indicates whether a row will be unshared if the user clicks a mouse button while the pointer is on a cell in the row. (inherited from DataGridViewCell) |
| MouseDoubleClickUnsharesRow | Indicates whether a row will be unshared if the user double-clicks a cell in the row. (inherited from DataGridViewCell) |
| MouseDownUnsharesRow | Overridden. Indicates whether the row containing the cell will be unshared when the mouse button is pressed while the pointer is over the cell. |
| MouseEnterUnsharesRow | Overridden. Indicates whether the row containing the cell will be unshared when the mouse pointer moves over the cell. |
| MouseLeaveUnsharesRow | Overridden. Indicates whether the row containing the cell will be unshared when the mouse pointer leaves the cell. |
| MouseMoveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (inherited from DataGridViewCell) |
| MouseUpUnsharesRow | Overridden. Indicates whether the row containing the cell will be unshared when the mouse button is released while the pointer is over the cell. |
| OnClick | Called when the cell is clicked. (inherited from DataGridViewCell) |
| OnContentClick | Overridden. |
| OnContentDoubleClick | Overridden. |
| OnDataGridViewChanged | Called when the DataGridView property of the cell changes. (inherited from DataGridViewCell) |
| OnDoubleClick | Called when the cell is double-clicked. (inherited from DataGridViewCell) |
| OnEnter | Called when the focus moves to a cell. (inherited from DataGridViewCell) |
| OnKeyDown | Overridden. Called when a character key is pressed while the focus is on a cell. |
| OnKeyPress | Called when a key is pressed while the focus is on a cell. (inherited from DataGridViewCell) |
| OnKeyUp | Overridden. Called when a character key is released while the focus is on a cell. |
| OnLeave | Overridden. Called when the focus moves from a cell. |
| OnMouseClick | Called when the user clicks a mouse button while the pointer is on a cell. (inherited from DataGridViewCell) |
| OnMouseDoubleClick | Called when the user double-clicks a mouse button while the pointer is on a cell. (inherited from DataGridViewCell) |
| OnMouseDown | Overridden. Called when the mouse button is held down while the pointer is on a cell. |
| OnMouseEnter | Called when the mouse pointer moves over a cell. (inherited from DataGridViewCell) |
| OnMouseLeave | Overridden. Called when the mouse pointer moves from a cell. |
| OnMouseMove | Overridden. Called when the mouse pointer moves within a cell. |
| OnMouseUp | Overridden. Called when the mouse button is released while the pointer is on a cell. |
| Paint | Overridden. |
| PaintBorder | Paints the border of the current DataGridViewCell. (inherited from DataGridViewCell) |
| PaintErrorIcon | Paints the error icon of the current DataGridViewCell. (inherited from DataGridViewCell) |
| RaiseCellClick | Raises the DataGridView.CellClick event. (inherited from DataGridViewElement) |
| RaiseCellContentClick | Raises the DataGridView.CellContentClick event. (inherited from DataGridViewElement) |
| RaiseCellContentDoubleClick | Raises the DataGridView.CellContentDoubleClick event. (inherited from DataGridViewElement) |
| RaiseCellValueChanged | Raises the DataGridView.CellValueChanged event. (inherited from DataGridViewElement) |
| RaiseDataError | Raises the DataGridView.DataError event. (inherited from DataGridViewElement) |
| RaiseMouseWheel | Raises the Control.MouseWheel event. (inherited from DataGridViewElement) |
| SetValue | Sets the value of the cell. (inherited from DataGridViewCell) |