public class DataGridImageCell : DataGridCellPublic Class DataGridImageCell
Inherits DataGridCell| DataGridImageCell | Initializes a new instance of the DataGridImageCell class. |
| DataGridImageCell(Int32, Int32) | Initializes a new instance of the DataGridImageCell class. |
| DataGridImageCell(Int32, Int32, Int32) | Initializes a new instance of the DataGridImageCell class. |
| ColumnNumber |
Gets or sets the number of a column in the DataGrid control.
(Inherited from DataGridCell) |
| RowNumber |
Gets or sets the number of a row in the DataGrid control.
(Inherited from DataGridCell) |
| Value | Gets or sets the png image index in a PngImageList, which is associated with the column. |
| Clone |
Creates a clone (deep copy) of the current DataGridImageCell instance.
(Overrides DataGridCellClone) |
| Draw |
Draws the contents of the cell.
(Overrides DataGridCellDraw(Graphics, Rectangle, Color, DataGridColumn)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FitColumnWidthToContent |
Fits the width of column to the contect of the cell.
(Overrides DataGridCellFitColumnWidthToContent(Graphics, DataGridColumn, Int32)) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue |
Gets the value of this cell.
(Inherited from DataGridCell) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ResetColumnNumber |
Sets the ColumnNumber to the default value.
(Inherited from DataGridCell) |
| ResetRowNumber |
Sets the RowNumber to the default value.
(Inherited from DataGridCell) |
| SetValue |
Sets a PNG image index in that PngImageList, which is associated with the column.
(Overrides DataGridCellSetValue(Object)) |
| ShouldSerializeColumnNumber |
Indicates whether the ColumnNumber property should be serialized by Visual Studio designer.
(Inherited from DataGridCell) |
| ShouldSerializeRowNumber |
Indicates whether the RowNumber property should be serialized by Visual Studio designer.
(Inherited from DataGridCell) |
| ToString |
Gets the row number and column number of the cell.
(Inherited from DataGridCell) |
| m_Value |
Value of this cell.
(Inherited from DataGridCell) |