See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DataGridViewTypeCell type exposes the following members.

Methods

  NameDescription
Public methodAdjustCellBorderStyle
Modifies the input cell border style according to the specified criteria.
(Inherited from DataGridViewCell.)
Protected methodBorderWidths
Returns a Rectangle that represents the widths of all the cell margins.
(Inherited from DataGridViewCell.)
Protected methodClickUnsharesRow
Indicates whether the cell's row will be unshared when the cell is clicked.
(Inherited from DataGridViewCell.)
Public methodClone (Inherited from NDataGridViewTextBoxCell.)
Protected methodContentClickUnsharesRow
Indicates whether the cell's row will be unshared when the cell's content is clicked.
(Inherited from DataGridViewCell.)
Protected methodContentDoubleClickUnsharesRow
Indicates whether the cell's row will be unshared when the cell's content is double-clicked.
(Inherited from DataGridViewCell.)
Protected methodCreateAccessibilityInstance
Creates a new accessible object for the DataGridViewCell.
(Inherited from DataGridViewCell.)
Public methodDetachEditingControl (Overrides DataGridViewTextBoxCell..::..DetachEditingControl()()()().)
Public methodDispose()()()()
Releases all resources used by the DataGridViewCell.
(Inherited from DataGridViewCell.)
Protected methodDispose(Boolean) (Overrides DataGridViewCell..::..Dispose(Boolean).)
Protected methodDoubleClickUnsharesRow
Indicates whether the cell's row will be unshared when the cell is double-clicked.
(Inherited from DataGridViewCell.)
Protected methodEnterUnsharesRow
Indicates whether the parent row will be unshared when the focus moves to the cell.
(Inherited from DataGridViewCell.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection.
(Inherited from DataGridViewCell.)
Protected methodGetClipboardContent
Retrieves the formatted value of the cell to copy to the Clipboard.
(Inherited from DataGridViewCell.)
Public methodGetContentBounds(Int32)
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.)
Protected methodGetContentBounds(Graphics, DataGridViewCellStyle, Int32) (Inherited from DataGridViewTextBoxCell.)
Public methodGetEditedFormattedValue
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.)
Protected methodGetErrorIconBounds (Inherited from NDataGridViewTextBoxCell.)
Protected methodGetErrorText (Inherited from NDataGridViewTextBoxCell.)
Protected methodGetFormattedValue (Overrides NDataGridViewTextBoxCellGetFormattedValue(Object, Int32, DataGridViewCellStyle%, TypeConverter, TypeConverter, DataGridViewDataErrorContexts).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInheritedContextMenuStrip
Gets the inherited shortcut menu for the current cell.
(Inherited from DataGridViewCell.)
Public methodGetInheritedState
Returns a value indicating the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell.)
Public methodGetInheritedStyle
Gets the style applied to the cell.
(Inherited from DataGridViewCell.)
Protected methodGetPreferredSize (Inherited from DataGridViewTextBoxCell.)
Protected methodGetSize
Gets the size of the cell.
(Inherited from DataGridViewCell.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue
Gets the value of the cell.
(Inherited from DataGridViewCell.)
Public methodInitializeEditingControl (Overrides NDataGridViewTextBoxCellInitializeEditingControl(Int32, Object, DataGridViewCellStyle).)
Protected methodKeyDownUnsharesRow
Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell.
(Inherited from DataGridViewCell.)
Public methodKeyEntersEditMode
Determines if edit mode should be started based on the given key.
(Inherited from DataGridViewTextBoxCell.)
Protected methodKeyPressUnsharesRow
Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus.
(Inherited from DataGridViewCell.)
Protected methodKeyUpUnsharesRow
Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell.
(Inherited from DataGridViewCell.)
Protected methodLeaveUnsharesRow
Indicates whether a row will be unshared when the focus leaves a cell in the row.
(Inherited from DataGridViewCell.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMouseClickUnsharesRow
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.)
Protected methodMouseDoubleClickUnsharesRow
Indicates whether a row will be unshared if the user double-clicks a cell in the row.
(Inherited from DataGridViewCell.)
Protected methodMouseDownUnsharesRow
Indicates whether a row will be unshared when the user holds down a mouse button while the pointer is on a cell in the row.
(Inherited from DataGridViewCell.)
Protected methodMouseEnterUnsharesRow
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
(Inherited from DataGridViewCell.)
Protected methodMouseLeaveUnsharesRow
Indicates whether a row will be unshared when the mouse pointer leaves the row.
(Inherited from DataGridViewCell.)
Protected methodMouseMoveUnsharesRow
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
(Inherited from DataGridViewCell.)
Protected methodMouseUpUnsharesRow
Indicates whether a row will be unshared when the user releases a mouse button while the pointer is on a cell in the row.
(Inherited from DataGridViewCell.)
Protected methodNewCell (Inherited from NDataGridViewTextBoxCell.)
Protected methodOnClick
Called when the cell is clicked.
(Inherited from DataGridViewCell.)
Protected methodOnContentClick
Called when the cell's contents are clicked.
(Inherited from DataGridViewCell.)
Protected methodOnContentDoubleClick
Called when the cell's contents are double-clicked.
(Inherited from DataGridViewCell.)
Protected methodOnDataGridViewChanged
Called when the DataGridView property of the cell changes.
(Inherited from DataGridViewCell.)
Protected methodOnDoubleClick
Called when the cell is double-clicked.
(Inherited from DataGridViewCell.)
Protected methodOnEnter
Called by DataGridView when the selection cursor moves onto a cell.
(Inherited from DataGridViewTextBoxCell.)
Protected methodOnKeyDown (Inherited from NDataGridViewTextBoxCell.)
Protected methodOnKeyPress
Called when a key is pressed while the focus is on a cell.
(Inherited from DataGridViewCell.)
Protected methodOnKeyUp
Called when a character key is released while the focus is on a cell.
(Inherited from DataGridViewCell.)
Protected methodOnLeave
Called by the DataGridView when the mouse leaves a cell.
(Inherited from DataGridViewTextBoxCell.)
Protected methodOnMouseClick
Called by DataGridView when the mouse leaves a cell.
(Inherited from DataGridViewTextBoxCell.)
Protected methodOnMouseDoubleClick
Called when the user double-clicks a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell.)
Protected methodOnMouseDown
Called when the user holds down a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell.)
Protected methodOnMouseEnter
Called when the mouse pointer moves over a cell.
(Inherited from DataGridViewCell.)
Protected methodOnMouseLeave
Called when the mouse pointer leaves the cell.
(Inherited from DataGridViewCell.)
Protected methodOnMouseMove
Called when the mouse pointer moves within a cell.
(Inherited from DataGridViewCell.)
Protected methodOnMouseUp
Called when the user releases a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell.)
Protected methodPaint (Inherited from NDataGridViewTextBoxCell.)
Protected methodPaintBorder
Paints the border of the current DataGridViewCell.
(Inherited from DataGridViewCell.)
Protected methodPaintErrorIcon
Paints the error icon of the current DataGridViewCell.
(Inherited from DataGridViewCell.)
Public methodParseFormattedValue (Inherited from NDataGridViewTextBoxCell.)
Public methodPositionEditingControl (Inherited from NDataGridViewTextBoxCell.)
Public methodPositionEditingPanel
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.)
Protected methodRaiseCellClick
Raises the CellClick event.
(Inherited from DataGridViewElement.)
Protected methodRaiseCellContentClick
Raises the CellContentClick event.
(Inherited from DataGridViewElement.)
Protected methodRaiseCellContentDoubleClick
Raises the CellContentDoubleClick event.
(Inherited from DataGridViewElement.)
Protected methodRaiseCellValueChanged
Raises the CellValueChanged event.
(Inherited from DataGridViewElement.)
Protected methodRaiseDataError
Raises the DataError event.
(Inherited from DataGridViewElement.)
Protected methodRaiseMouseWheel
Raises the MouseWheel event.
(Inherited from DataGridViewElement.)
Protected methodSetTextBoxMaxLength (Inherited from NDataGridViewTextBoxCell.)
Protected methodSetValue
Sets the value of the cell.
(Inherited from DataGridViewCell.)
Public methodToString (Inherited from DataGridViewTextBoxCell.)

See Also