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

The DescriptionListDataGridViewCell type exposes the following members.

Constructors

  NameDescription
Public methodDescriptionListDataGridViewCell
Initializes a new instance of the DescriptionListDataGridViewCell class

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 (Inherited from DataGridViewTextBoxCell.)
Public methodDispose()()()()
Releases all resources used by the DataGridViewCell.
(Inherited from DataGridViewCell.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the DataGridViewCell and optionally releases the managed resources.
(Inherited from DataGridViewCell.)
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 (Overrides NDataGridViewTextBoxCellPaint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts).)
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 (Overrides NDataGridViewTextBoxCellParseFormattedValue(Object, DataGridViewCellStyle, TypeConverter, TypeConverter).)
Public methodPositionEditingControl (Inherited from NDataGridViewTextBoxCell.)
Public methodPositionEditingPanel (Overrides DataGridViewCell..::..PositionEditingPanel(Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean).)
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.)

Properties

  NameDescription
Public propertyAccessibilityObject (Inherited from DataGridViewCell.)
Public propertyColumnIndex
Gets the column index for this cell.
(Inherited from DataGridViewCell.)
Public propertyContentBounds
Gets the bounding rectangle that encloses the cell's content area.
(Inherited from DataGridViewCell.)
Public propertyContextMenuStrip
Gets or sets the shortcut menu associated with the cell.
(Inherited from DataGridViewCell.)
Public propertyDataGridView
Gets the DataGridView control associated with this element.
(Inherited from DataGridViewElement.)
Public propertyDefaultNewRowValue
Gets the default value for a cell in the row for new records.
(Inherited from DataGridViewCell.)
Public propertyDisplayed
Gets a value that indicates whether the cell is currently displayed on-screen.
(Inherited from DataGridViewCell.)
Public propertyEditedFormattedValue
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.)
Public propertyEditType (Overrides NDataGridViewTextBoxCellEditType.)
Public propertyErrorIconBounds
Gets the bounds of the error icon for the cell.
(Inherited from DataGridViewCell.)
Public propertyErrorText
Gets or sets the text describing an error condition associated with the cell.
(Inherited from DataGridViewCell.)
Public propertyFormattedValue
Gets the value of the cell as formatted for display.
(Inherited from DataGridViewCell.)
Public propertyFormattedValueType
Gets the type of the formatted value associated with the cell.
(Inherited from DataGridViewTextBoxCell.)
Public propertyFrozen
Gets a value indicating whether the cell is frozen.
(Inherited from DataGridViewCell.)
Public propertyHasStyle
Gets a value indicating whether the Style property has been set.
(Inherited from DataGridViewCell.)
Protected propertyHelper (Inherited from NDataGridViewTextBoxCell.)
Public propertyInheritedState
Gets the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell.)
Public propertyInheritedStyle
Gets the style currently applied to the cell.
(Inherited from DataGridViewCell.)
Public propertyIsInEditMode
Gets a value indicating whether this cell is currently being edited.
(Inherited from DataGridViewCell.)
Public propertyMaxInputLength
Gets or sets the maximum number of characters that can be entered into the text box.
(Inherited from DataGridViewTextBoxCell.)
Public propertyOwningColumn
Gets the column that contains this cell.
(Inherited from DataGridViewCell.)
Public propertyOwningRow
Gets the row that contains this cell.
(Inherited from DataGridViewCell.)
Public propertyPreferredSize
Gets the size, in pixels, of a rectangular area into which the cell can fit.
(Inherited from DataGridViewCell.)
Public propertyReadOnly
Gets or sets a value indicating whether the cell's data can be edited.
(Inherited from DataGridViewCell.)
Public propertyResizable
Gets a value indicating whether the cell can be resized.
(Inherited from DataGridViewCell.)
Public propertyRowIndex
Gets the index of the cell's parent row.
(Inherited from DataGridViewCell.)
Public propertySelected
Gets or sets a value indicating whether the cell has been selected.
(Inherited from DataGridViewCell.)
Public propertySize
Gets the size of the cell.
(Inherited from DataGridViewCell.)
Public propertyState (Inherited from NDataGridViewTextBoxCell.)
Public propertyStyle
Gets or sets the style for the cell.
(Inherited from DataGridViewCell.)
Public propertyTag
Gets or sets the object that contains supplemental data about the cell.
(Inherited from DataGridViewCell.)
Public propertyToolTipText
Gets or sets the ToolTip text associated with this cell.
(Inherited from DataGridViewCell.)
Public propertyValue
Gets or sets the value associated with this cell.
(Inherited from DataGridViewCell.)
Public propertyValueType (Inherited from DataGridViewTextBoxCell.)
Public propertyVisible
Gets a value indicating whether the cell is in a row or column that has been hidden.
(Inherited from DataGridViewCell.)

See Also