See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The DescriptionListDataGridViewCell type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AdjustCellBorderStyle | Modifies the input cell border style according to the specified criteria. (Inherited from DataGridViewCell.) | |
| 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.) | |
| Clone | (Inherited from NDataGridViewTextBoxCell.) | |
| ContentClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell's content is clicked. (Inherited from DataGridViewCell.) | |
| ContentDoubleClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell's content is double-clicked. (Inherited from DataGridViewCell.) | |
| CreateAccessibilityInstance | Creates a new accessible object for the DataGridViewCell. (Inherited from DataGridViewCell.) | |
| DetachEditingControl | (Inherited from DataGridViewTextBoxCell.) | |
| Dispose()()()() | Releases all resources used by the DataGridViewCell. (Inherited from DataGridViewCell.) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the DataGridViewCell and optionally releases the managed resources. (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.) | |
| Equals | (Inherited from Object.) | |
| 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(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.) | |
| GetContentBounds(Graphics, DataGridViewCellStyle, Int32) | (Inherited from DataGridViewTextBoxCell.) | |
| 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.) | |
| GetErrorIconBounds | (Inherited from NDataGridViewTextBoxCell.) | |
| GetErrorText | (Inherited from NDataGridViewTextBoxCell.) | |
| GetFormattedValue | (Overrides NDataGridViewTextBoxCellGetFormattedValue(Object, Int32, DataGridViewCellStyle%, TypeConverter, TypeConverter, DataGridViewDataErrorContexts).) | |
| 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.) | |
| GetPreferredSize | (Inherited from DataGridViewTextBoxCell.) | |
| GetSize | Gets the size of the cell. (Inherited from DataGridViewCell.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Gets the value of the cell. (Inherited from DataGridViewCell.) | |
| InitializeEditingControl | (Overrides NDataGridViewTextBoxCellInitializeEditingControl(Int32, Object, DataGridViewCellStyle).) | |
| KeyDownUnsharesRow | Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell. (Inherited from DataGridViewCell.) | |
| KeyEntersEditMode | Determines if edit mode should be started based on the given key. (Inherited from DataGridViewTextBoxCell.) | |
| 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 | Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell. (Inherited from DataGridViewCell.) | |
| 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 | 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.) | |
| MouseEnterUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from DataGridViewCell.) | |
| MouseLeaveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer leaves the row. (Inherited from DataGridViewCell.) | |
| MouseMoveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from DataGridViewCell.) | |
| MouseUpUnsharesRow | 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.) | |
| NewCell | (Inherited from NDataGridViewTextBoxCell.) | |
| OnClick | Called when the cell is clicked. (Inherited from DataGridViewCell.) | |
| OnContentClick | Called when the cell's contents are clicked. (Inherited from DataGridViewCell.) | |
| OnContentDoubleClick | Called when the cell's contents are double-clicked. (Inherited from DataGridViewCell.) | |
| 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 by DataGridView when the selection cursor moves onto a cell. (Inherited from DataGridViewTextBoxCell.) | |
| OnKeyDown | (Inherited from NDataGridViewTextBoxCell.) | |
| OnKeyPress | Called when a key is pressed while the focus is on a cell. (Inherited from DataGridViewCell.) | |
| OnKeyUp | Called when a character key is released while the focus is on a cell. (Inherited from DataGridViewCell.) | |
| OnLeave | Called by the DataGridView when the mouse leaves a cell. (Inherited from DataGridViewTextBoxCell.) | |
| OnMouseClick | Called by DataGridView when the mouse leaves a cell. (Inherited from DataGridViewTextBoxCell.) | |
| OnMouseDoubleClick | Called when the user double-clicks a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.) | |
| OnMouseDown | Called when the user holds down a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.) | |
| OnMouseEnter | Called when the mouse pointer moves over a cell. (Inherited from DataGridViewCell.) | |
| OnMouseLeave | Called when the mouse pointer leaves the cell. (Inherited from DataGridViewCell.) | |
| OnMouseMove | Called when the mouse pointer moves within a cell. (Inherited from DataGridViewCell.) | |
| OnMouseUp | Called when the user releases a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell.) | |
| Paint | (Overrides NDataGridViewTextBoxCellPaint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts).) | |
| PaintBorder | Paints the border of the current DataGridViewCell. (Inherited from DataGridViewCell.) | |
| PaintErrorIcon | Paints the error icon of the current DataGridViewCell. (Inherited from DataGridViewCell.) | |
| ParseFormattedValue | (Overrides NDataGridViewTextBoxCellParseFormattedValue(Object, DataGridViewCellStyle, TypeConverter, TypeConverter).) | |
| PositionEditingControl | (Inherited from NDataGridViewTextBoxCell.) | |
| PositionEditingPanel | (Overrides DataGridViewCell..::..PositionEditingPanel(Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean).) | |
| RaiseCellClick | Raises the CellClick event. (Inherited from DataGridViewElement.) | |
| RaiseCellContentClick | Raises the CellContentClick event. (Inherited from DataGridViewElement.) | |
| RaiseCellContentDoubleClick | Raises the CellContentDoubleClick event. (Inherited from DataGridViewElement.) | |
| RaiseCellValueChanged | Raises the CellValueChanged event. (Inherited from DataGridViewElement.) | |
| RaiseDataError | Raises the DataError event. (Inherited from DataGridViewElement.) | |
| RaiseMouseWheel | Raises the MouseWheel event. (Inherited from DataGridViewElement.) | |
| SetTextBoxMaxLength | (Inherited from NDataGridViewTextBoxCell.) | |
| SetValue | Sets the value of the cell. (Inherited from DataGridViewCell.) | |
| ToString | (Inherited from DataGridViewTextBoxCell.) |