ImageListColumn Methods

Methods

Clone This is used to clone the column
(Overrides DataGridViewImageColumn.Clone())
Dispose()Releases all resources used by the DataGridViewBand.
(Inherited from DataGridViewBand)
Dispose(Boolean)Releases the unmanaged resources used by the DataGridViewBand and optionally releases the managed resources.
(Inherited from DataGridViewColumn)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeReleases the resources associated with the band.
(Inherited from DataGridViewBand)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPreferredWidthCalculates the ideal width of the column based on the specified criteria.
(Inherited from DataGridViewColumn)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDataGridViewChangedCalled when the band is associated with a different DataGridView.
(Inherited from DataGridViewBand)
OnMapIndexToValue This raises the MapIndexToValue event
OnMapValueToIndex This raises the MapValueToIndex event
RaiseCellClickRaises the CellClick event.
(Inherited from DataGridViewElement)
RaiseCellContentClickRaises the CellContentClick event.
(Inherited from DataGridViewElement)
RaiseCellContentDoubleClickRaises the CellContentDoubleClick event.
(Inherited from DataGridViewElement)
RaiseCellValueChangedRaises the CellValueChanged event.
(Inherited from DataGridViewElement)
RaiseDataErrorRaises the DataError event.
(Inherited from DataGridViewElement)
RaiseMouseWheelRaises the MouseWheel event.
(Inherited from DataGridViewElement)
ToString Convert the column to its string description
(Overrides DataGridViewImageColumn.ToString())

See Also