DataGridViewLinkColumn Methods
.NET Framework 4.5
The DataGridViewLinkColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates an exact copy of this column. (Overrides DataGridViewColumn.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.) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Releases the resources associated with the band. (Inherited from DataGridViewBand.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPreferredWidth | Calculates the ideal width of the column based on the specified criteria. (Inherited from DataGridViewColumn.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnDataGridViewChanged | Called when the band is associated with a different DataGridView. (Inherited from DataGridViewBand.) |
|
RaiseCellClick | Raises the DataGridView.CellClick event. (Inherited from DataGridViewElement.) |
|
RaiseCellContentClick | Raises the DataGridView.CellContentClick event. (Inherited from DataGridViewElement.) |
|
RaiseCellContentDoubleClick | Raises the DataGridView.CellContentDoubleClick event. (Inherited from DataGridViewElement.) |
|
RaiseCellValueChanged | Raises the DataGridView.CellValueChanged event. (Inherited from DataGridViewElement.) |
|
RaiseDataError | Raises the DataGridView.DataError event. (Inherited from DataGridViewElement.) |
|
RaiseMouseWheel | Raises the Control.MouseWheel event. (Inherited from DataGridViewElement.) |
|
ToString | Gets a string that describes the column. (Overrides DataGridViewColumn.ToString().) |