Krypton OutlookGrid Help
KryptonDataGridViewTextAndImageColumn Class |
Hosts a collection of KryptonDataGridViewTextAndImageCell cells.
Inheritance Hierarchy
SystemObject System.Windows.FormsDataGridViewElement
System.Windows.FormsDataGridViewBand
System.Windows.FormsDataGridViewColumn
JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsKryptonDataGridViewTextAndImageColumn
System.Windows.FormsDataGridViewBand
System.Windows.FormsDataGridViewColumn
JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsKryptonDataGridViewTextAndImageColumn
Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
The KryptonDataGridViewTextAndImageColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KryptonDataGridViewTextAndImageColumn |
Initialize a new instance of the KryptonDataGridViewTextBoxColumn class.
|
Properties
Top
Methods
Name | Description | |
---|---|---|
Clone |
Create a cloned copy of the column.
(Overrides DataGridViewColumnClone.) | |
Dispose | (Inherited from DataGridViewBand.) | |
Dispose(Boolean) |
Clean up any resources being used.
(Overrides DataGridViewColumnDispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from DataGridViewBand.) | |
GetHashCode | (Inherited from Object.) | |
GetPreferredWidth | (Inherited from DataGridViewColumn.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDataGridViewChanged | (Inherited from DataGridViewBand.) | |
RaiseCellClick | (Inherited from DataGridViewElement.) | |
RaiseCellContentClick | (Inherited from DataGridViewElement.) | |
RaiseCellContentDoubleClick | (Inherited from DataGridViewElement.) | |
RaiseCellValueChanged | (Inherited from DataGridViewElement.) | |
RaiseDataError | (Inherited from DataGridViewElement.) | |
RaiseMouseWheel | (Inherited from DataGridViewElement.) | |
ToString |
Returns a String that represents the current Object.
(Overrides DataGridViewColumnToString.) |
Events
Name | Description | |
---|---|---|
ButtonSpecClick |
Occurs when the user clicks a button spec.
| |
Disposed | (Inherited from DataGridViewColumn.) |
See Also