CustomDataGridViewCheckBoxCell Members
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.
The CustomDataGridViewCheckBoxCell type exposes the following members.
Constructors
Name
Description
CustomDataGridViewCheckBoxCell
Infrastructure.
Top
Methods
Name
Description
Modifies the input cell border style according to the specified criteria. (Inherited from DataGridViewCell.)
Returns a Rectangle that represents the widths of all the cell margins. (Inherited from DataGridViewCell.)
Indicates whether the cell's row will be unshared when the cell is clicked. (Inherited from DataGridViewCell.)
Creates an exact copy of this cell. (Inherited from DataGridViewCheckBoxCell.)
Indicates whether the row containing the cell will be unshared when the cell content is clicked. (Inherited from DataGridViewCheckBoxCell.)
Indicates whether the row containing the cell will be unshared when the cell content is double-clicked. (Inherited from DataGridViewCheckBoxCell.)
Infrastructure. (Overrides DataGridViewCheckBoxCell.CreateAccessibilityInstance().)
Removes the cell's editing control from the DataGridView. (Inherited from DataGridViewCell.)
Overloaded. Releases the resources used by the DataGridViewCell.
Indicates whether the cell's row will be unshared when the cell is double-clicked. (Inherited from DataGridViewCell.)
Indicates whether the parent row will be unshared when the focus moves to the cell. (Inherited from DataGridViewCell.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection. (Inherited from DataGridViewCell.)
Retrieves the formatted value of the cell to copy to the Clipboard. (Inherited from DataGridViewCell.)
Overloaded. Returns the bounding rectangle that encloses the cell's content area.
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.)
Gets the formatted value of the cell while it is in edit mode. (Inherited from DataGridViewCheckBoxCell.)
Returns the bounding rectangle that encloses the cell's error icon, if one is displayed. (Inherited from DataGridViewCheckBoxCell.)
Returns a string that represents the error for the cell. (Inherited from DataGridViewCell.)
Gets the formatted value of the cell's data. (Inherited from DataGridViewCheckBoxCell.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the inherited shortcut menu for the current cell. (Inherited from DataGridViewCell.)
Returns a value indicating the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell.)
Gets the style applied to the cell. (Inherited from DataGridViewCell.)
Calculates the preferred size, in pixels, of the cell. (Inherited from DataGridViewCheckBoxCell.)
Gets the size of the cell. (Inherited from DataGridViewCell.)
Gets the type of the current instance. (Inherited from Object.)
Gets the value of the cell. (Inherited from DataGridViewCell.)
Initializes the control used to edit the cell. (Inherited from DataGridViewCell.)
Indicates whether the row containing the cell is unshared when a key is pressed while the cell has focus. (Inherited from DataGridViewCheckBoxCell.)
Determines if edit mode should be started based on the given key. (Inherited from DataGridViewCell.)
Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus. (Inherited from DataGridViewCell.)
Indicates whether the row containing the cell is unshared when a key is released while the cell has focus. (Inherited from DataGridViewCheckBoxCell.)
Indicates whether a row will be unshared when the focus leaves a cell in the row. (Inherited from DataGridViewCell.)
Creates a shallow copy of the current Object. (Inherited from Object.)
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.)
Indicates whether a row will be unshared if the user double-clicks a cell in the row. (Inherited from DataGridViewCell.)
Indicates whether the row containing the cell will be unshared when the mouse button is pressed while the pointer is over the cell. (Inherited from DataGridViewCheckBoxCell.)
Indicates whether the row containing the cell will be unshared when the mouse pointer moves over the cell. (Inherited from DataGridViewCheckBoxCell.)
Indicates whether the row containing the cell will be unshared when the mouse pointer leaves the cell. (Inherited from DataGridViewCheckBoxCell.)
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from DataGridViewCell.)
Indicates whether the row containing the cell will be unshared when the mouse button is released while the pointer is over the cell. (Inherited from DataGridViewCheckBoxCell.)
Called when the cell is clicked. (Inherited from DataGridViewCell.)
Called when the cell's contents are clicked. (Inherited from DataGridViewCheckBoxCell.)
Called when the cell's contents are double-clicked. (Inherited from DataGridViewCheckBoxCell.)
Called when the DataGridView property of the cell changes. (Inherited from DataGridViewCell.)
Called when the cell is double-clicked. (Inherited from DataGridViewCell.)
Called when the focus moves to a cell. (Inherited from DataGridViewCell.)
Called when a character key is pressed while the focus is on a cell. (Inherited from DataGridViewCheckBoxCell.)
Called when a key is pressed while the focus is on a cell. (Inherited from DataGridViewCell.)
Called when a character key is released while the focus is on a cell. (Inherited from DataGridViewCheckBoxCell.)
Called when the focus moves from a cell. (Inherited from DataGridViewCheckBoxCell.)
Called when the user clicks a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.)
Called when the user double-clicks a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.)
Called when the mouse button is held down while the pointer is on a cell. (Inherited from DataGridViewCheckBoxCell.)
Called when the mouse pointer moves over a cell. (Inherited from DataGridViewCell.)
Called when the mouse pointer moves from a cell. (Inherited from DataGridViewCheckBoxCell.)
Called when the mouse pointer moves within a cell. (Inherited from DataGridViewCheckBoxCell.)
Called when the mouse button is released while the pointer is on a cell. (Inherited from DataGridViewCheckBoxCell.)
Infrastructure. (Overrides DataGridViewCheckBoxCell.Paint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts).)
Paints the border of the current DataGridViewCell. (Inherited from DataGridViewCell.)
Paints the error icon of the current DataGridViewCell. (Inherited from DataGridViewCell.)
Converts a value formatted for display to an actual cell value. (Inherited from DataGridViewCheckBoxCell.)
Sets the location and size of the editing control hosted by a cell in the DataGridView control. (Inherited from DataGridViewCell.)
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.)
This method is not meaningful for this type. (Inherited from DataGridViewCheckBoxCell.)
Raises the DataGridView.CellClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellContentClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellContentDoubleClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellValueChanged event. (Inherited from DataGridViewElement.)
Raises the DataGridView.DataError event. (Inherited from DataGridViewElement.)
Raises the Control.MouseWheel event. (Inherited from DataGridViewElement.)
Sets the value of the cell. (Inherited from DataGridViewCell.)
Returns the string representation of the cell. (Inherited from DataGridViewCheckBoxCell.)
Top
Properties
Name
Description
Gets the DataGridViewCell.DataGridViewCellAccessibleObject assigned to the DataGridViewCell. (Inherited from DataGridViewCell.)
Gets the column index for this cell. (Inherited from DataGridViewCell.)
Gets the bounding rectangle that encloses the cell's content area. (Inherited from DataGridViewCell.)
Gets or sets the shortcut menu associated with the cell. (Inherited from DataGridViewCell.)
Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.)
Gets the default value for a cell in the row for new records. (Inherited from DataGridViewCell.)
Gets a value that indicates whether the cell is currently displayed on-screen. (Inherited from DataGridViewCell.)
Gets 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.)
Gets or sets the formatted value of the control hosted by the cell when it is in edit mode. (Inherited from DataGridViewCheckBoxCell.)
Gets or sets a flag indicating that the value has been changed for this cell. (Inherited from DataGridViewCheckBoxCell.)
Gets the type of the cell's hosted editing control. (Inherited from DataGridViewCheckBoxCell.)
Gets the bounds of the error icon for the cell. (Inherited from DataGridViewCell.)
Gets or sets the text describing an error condition associated with the cell. (Inherited from DataGridViewCell.)
Gets or sets the underlying value corresponding to a cell value of false. (Inherited from DataGridViewCheckBoxCell.)
Gets or sets the flat style appearance of the check box user interface (UI). (Inherited from DataGridViewCheckBoxCell.)
Gets the value of the cell as formatted for display. (Inherited from DataGridViewCell.)
Gets the type of the cell display value. (Inherited from DataGridViewCheckBoxCell.)
Gets a value indicating whether the cell is frozen. (Inherited from DataGridViewCell.)
Gets a value indicating whether the Style property has been set. (Inherited from DataGridViewCell.)
Gets or sets the underlying value corresponding to an indeterminate or nulla null reference (Nothing in Visual Basic) cell value. (Inherited from DataGridViewCheckBoxCell.)
Gets the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell.)
Gets the style currently applied to the cell. (Inherited from DataGridViewCell.)
Gets a value indicating whether this cell is currently being edited. (Inherited from DataGridViewCell.)
Gets the column that contains this cell. (Inherited from DataGridViewCell.)
Gets the row that contains this cell. (Inherited from DataGridViewCell.)
Gets the size, in pixels, of a rectangular area into which the cell can fit. (Inherited from DataGridViewCell.)
Gets or sets a value indicating whether the cell's data can be edited. (Inherited from DataGridViewCell.)
Gets a value indicating whether the cell can be resized. (Inherited from DataGridViewCell.)
Gets the index of the cell's parent row. (Inherited from DataGridViewCell.)
Gets or sets a value indicating whether the cell has been selected. (Inherited from DataGridViewCell.)
Gets the size of the cell. (Inherited from DataGridViewCell.)
Gets the user interface (UI) state of the element. (Inherited from DataGridViewElement.)
Gets or sets the style for the cell. (Inherited from DataGridViewCell.)
Gets or sets the object that contains supplemental data about the cell. (Inherited from DataGridViewCell.)
Gets or sets a value indicating whether ternary mode has been enabled for the hosted check box control. (Inherited from DataGridViewCheckBoxCell.)
Gets or sets the ToolTip text associated with this cell. (Inherited from DataGridViewCell.)
Gets or sets the underlying value corresponding to a cell value of true. (Inherited from DataGridViewCheckBoxCell.)
Gets or sets the value associated with this cell. (Inherited from DataGridViewCell.)
Gets the data type of the values in the cell. (Inherited from DataGridViewCheckBoxCell.)
Gets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from DataGridViewCell.)
Top