For a list of all members of this type, see UltraColumnBase members.
Name | Description | |
---|---|---|
Clone | Overridden. Returns a clone of the column. | |
Dispose | Overloaded. Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
GetPreferredWidth | Overridden. Calculates the ideal width of the column based on the specified criteria. | |
ResetCellAppearance | Resets the CellAppearance property to its default value. | |
ResetEditCellAppearance | Resets the EditCellAppearance property to its default value. | |
ResetImageTransparentColor | Resets the ImageTransparentColor property to its default value. | |
ResetSelectedCellAppearance | Resets the SelectedCellAppearance property to its default value. | |
ResetSortMode | Resets the SortMode property to its default value. | |
ShouldSerializeCellAppearance | Returns a Boolean value that determines whether the CellAppearance property is set to its default value. | |
ShouldSerializeEditCellAppearance | Returns a Boolean value that determines whether the EditCellAppearance property is set to its default value. | |
ShouldSerializeSelectedCellAppearance | Returns a Boolean value that determines whether the SelectedCellAppearance property is set to its default value. | |
ToString | Gets a string that describes the column. (Inherited from System.Windows.Forms.DataGridViewColumn) |
Name | Description | |
---|---|---|
CreateEditor | Factory method for creating an editor | |
CreateOwner | Factory method for creating the editor's Owner | |
Finalize | Releases the resources associated with the band. (Inherited from System.Windows.Forms.DataGridViewBand) | |
InitializeEditor | Called after the creation of the editor to allow initializion such as hooking events or setting default properties | |
InitializeFrom | Used to copy the settings of the specified UltraColumnBase | |
OnAfterEnterEditMode | Called after a entering edit mode | |
OnAfterExitEditMode | Called after a Exiting edit mode | |
OnDataGridViewChanged | Overridden. Called when an element is associated with a different DataGridView. | |
OnMouseEnterElement | Called when an element is entered (the mouse is moved over the element) | |
OnMouseLeaveElement | Called when an element is left (the mouse is moved off the element) | |
OnSubObjectPropChanged | Called when a sub object property change notification is recieved. | |
RaiseCellClick | Raises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridViewElement) | |
RaiseCellContentClick | Raises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridViewElement) | |
RaiseCellContentDoubleClick | Raises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridViewElement) | |
RaiseCellValueChanged | Raises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridViewElement) | |
RaiseDataError | Raises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridViewElement) | |
RaiseMouseWheel | Raises the System.Windows.Forms.Control.MouseWheel event. (Inherited from System.Windows.Forms.DataGridViewElement) | |
ShouldSerializeImageTransparentColor | Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value. | |
ShouldSerializeSortMode | Returns a Boolean value that determines whether the SortMode property is set to its default value. |