public class ImageListCell : BaseImageCell
Public Class ImageListCell
Inherits BaseImageCell
public ref class ImageListCell : public BaseImageCell
type ImageListCell =
class
inherit BaseImageCell
end
ImageListCell | Constructor |
AccessibilityObject | Gets the DataGridViewCellDataGridViewCellAccessibleObject assigned to the DataGridViewCell. (Inherited from DataGridViewCell) |
ColumnIndex | Gets the column index for this cell. (Inherited from DataGridViewCell) |
ContentBounds | Gets the bounding rectangle that encloses the cell's content area. (Inherited from DataGridViewCell) |
ContextMenuStrip | Gets or sets the shortcut menu associated with the cell. (Inherited from DataGridViewCell) |
DataGridView | Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement) |
DefaultNewRowValue |
This gets the default value for a cell in the new row placeholder
(Overrides DataGridViewImageCellDefaultNewRowValue) |
Description | Gets or sets the text associated with the image. (Inherited from DataGridViewImageCell) |
Displayed | Gets a value that indicates whether the cell is currently displayed on-screen. (Inherited from DataGridViewCell) |
EditedFormattedValue | 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) |
EditingCellFormattedValue |
Gets or sets the formatted value of the cell
(Inherited from BaseImageCell) |
EditingCellValueChanged |
Gets or sets a value indicating whether the value of the cell has changed
(Inherited from BaseImageCell) |
EditType | Gets the type of the cell's hosted editing control. (Inherited from DataGridViewImageCell) |
ErrorIconBounds | Gets the bounds of the error icon for the cell. (Inherited from DataGridViewCell) |
ErrorText | Gets or sets the text describing an error condition associated with the cell. (Inherited from DataGridViewCell) |
FormattedValue | Gets the value of the cell as formatted for display. (Inherited from DataGridViewCell) |
FormattedValueType |
This is overridden to return Object as the formatted value type
(Inherited from BaseImageCell) |
Frozen | Gets a value indicating whether the cell is frozen. (Inherited from DataGridViewCell) |
HasStyle | Gets a value indicating whether the Style property has been set. (Inherited from DataGridViewCell) |
ImageLayout | Gets or sets the graphics layout for the cell. (Inherited from DataGridViewImageCell) |
InheritedState | Gets the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell) |
InheritedStyle | Gets the style currently applied to the cell. (Inherited from DataGridViewCell) |
IsInEditMode | Gets a value indicating whether this cell is currently being edited. (Inherited from DataGridViewCell) |
NewRowImageIndex | This is used to get or set the image index to show for the new row cells |
NewValue |
This is used to set or get the edited cell value
(Inherited from BaseImageCell) |
OriginalValue |
This read-only property returns the original cell value prior to editing
(Inherited from BaseImageCell) |
OwningColumn | Gets the column that contains this cell. (Inherited from DataGridViewCell) |
OwningRow | Gets the row that contains this cell. (Inherited from DataGridViewCell) |
PreferredSize | Gets the size, in pixels, of a rectangular area into which the cell can fit. (Inherited from DataGridViewCell) |
ReadOnly | Gets or sets a value indicating whether the cell's data can be edited. (Inherited from DataGridViewCell) |
Resizable | Gets a value indicating whether the cell can be resized. (Inherited from DataGridViewCell) |
RowIndex | Gets the index of the cell's parent row. (Inherited from DataGridViewCell) |
Selected | Gets or sets a value indicating whether the cell has been selected. (Inherited from DataGridViewCell) |
Size | Gets the size of the cell. (Inherited from DataGridViewCell) |
State | Gets the user interface (UI) state of the element. (Inherited from DataGridViewElement) |
Style | Gets or sets the style for the cell. (Inherited from DataGridViewCell) |
Tag | Gets or sets the object that contains supplemental data about the cell. (Inherited from DataGridViewCell) |
ToolTipText | Gets or sets the ToolTip text associated with this cell. (Inherited from DataGridViewCell) |
Value | Gets or sets the value associated with this cell. (Inherited from DataGridViewCell) |
ValueIsIcon | Gets or sets a value indicating whether this cell displays an Icon value. (Inherited from DataGridViewImageCell) |
ValueType | Gets or sets the data type of the values in the cell. (Inherited from DataGridViewImageCell) |
Visible | Gets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from DataGridViewCell) |
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 |
Clone the cell
(Overrides DataGridViewImageCellClone) |
ContentClickUnsharesRow |
Indicates whether the cell's row will be unshared when the cell's content is clicked
(Inherited from BaseImageCell) |
ContentDoubleClickUnsharesRow |
Indicates whether the cell's row will be unshared when the cell's content is double-clicked
(Inherited from BaseImageCell) |
CreateAccessibilityInstance | Creates a new accessible object for the DataGridViewImageCell. (Inherited from DataGridViewImageCell) |
DetachEditingControl | Removes the cell's editing control from the DataGridView. (Inherited from DataGridViewCell) |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection. (Inherited from DataGridViewCell) |
GetCellImage |
Gets the image to display in the cell
(Overrides BaseImageCellGetCellImage(Object, Int32)) |
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) |
Returns the bounding rectangle that encloses the cell's content area, which is calculated using the
specified graphics context and cell style.
(Overrides DataGridViewImageCellGetContentBounds(Graphics, DataGridViewCellStyle, Int32)) |
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 |
Retrieves the formatted value of the cell
(Inherited from BaseImageCell) |
GetErrorIconBounds | Returns the bounding rectangle that encloses the cell's error icon, if one is displayed. (Inherited from DataGridViewImageCell) |
GetErrorText | Returns a string that represents the error for the cell. (Inherited from DataGridViewCell) |
GetFormattedValue |
Gets the formatted value of the cell's data
(Inherited from BaseImageCell) |
GetHashCode | Serves as the default hash function. (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 | Calculates the preferred size, in pixels, of the cell. (Inherited from DataGridViewImageCell) |
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 DataGridViewImageCell) |
InitializeEditingControl | Initializes the control used to edit the cell. (Inherited from DataGridViewCell) |
KeyDownUnsharesRow |
Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell
(Overrides DataGridViewCellKeyDownUnsharesRow(KeyEventArgs, Int32)) |
KeyEntersEditMode | Determines if edit mode should be started based on the given key. (Inherited from DataGridViewCell) |
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 if the user releases a key while the focus is on the
cell.
(Overrides DataGridViewCellKeyUpUnsharesRow(KeyEventArgs, Int32)) |
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 BaseImageCell) |
MouseEnterUnsharesRow |
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row
(Inherited from BaseImageCell) |
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 BaseImageCell) |
OnClick | Called when the cell is clicked. (Inherited from DataGridViewCell) |
OnContentClick |
This is overridden to cycle through the image index values when the cell is clicked and the cell is
editable.
(Overrides DataGridViewCellOnContentClick(DataGridViewCellEventArgs)) |
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 when the focus moves to a cell. (Inherited from DataGridViewCell) |
OnKeyDown |
This is overridden to handle Space key presses when editable
(Overrides DataGridViewCellOnKeyDown(KeyEventArgs, Int32)) |
OnKeyPress | Called when a key is pressed while the focus is on a cell. (Inherited from DataGridViewCell) |
OnKeyUp |
This is handled to raise the CellClick and CellContentClick
events when editable and the Space key is released.
(Overrides DataGridViewCellOnKeyUp(KeyEventArgs, Int32)) |
OnLeave | Called when the focus moves from a cell. (Inherited from DataGridViewCell) |
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 | 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 |
Change the mouse cursor back to the default when leaving the cell
(Overrides DataGridViewCellOnMouseLeave(Int32)) |
OnMouseMove |
Change the mouse pointer to a hand when the mouse moves over the image
(Overrides DataGridViewCellOnMouseMove(DataGridViewCellMouseEventArgs)) |
OnMouseUp | Called when the user releases a mouse button while the pointer is on a cell. (Inherited from DataGridViewCell) |
Paint |
This is overridden to paint the cell value based on whether or not it is in edit mode
(Inherited from BaseImageCell) |
PaintBorder | Paints the border of the current DataGridViewCell. (Inherited from DataGridViewCell) |
PaintErrorIcon | Paints the error icon of the current DataGridViewCell. (Inherited from DataGridViewCell) |
ParseFormattedValue |
This is overridden to return the appropriate value for the cell when it is being edited
(Inherited from BaseImageCell) |
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 |
For this cell type, this method does nothing
(Inherited from BaseImageCell) |
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) |
SetValue | Sets the value of the cell. (Inherited from DataGridViewCell) |
ToString | Returns a string that describes the current object. (Inherited from DataGridViewImageCell) |