Version

UltraColumnBase Class Methods

For a list of all members of this type, see UltraColumnBase members.

Public Methods
 NameDescription
Public MethodCloneOverridden. Returns a clone of the column.  
Public MethodDisposeOverloaded. Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodGetPreferredWidthOverridden. Calculates the ideal width of the column based on the specified criteria.  
Public MethodResetCellAppearanceResets the CellAppearance property to its default value.  
Public MethodResetEditCellAppearanceResets the EditCellAppearance property to its default value.  
Public MethodResetImageTransparentColorResets the ImageTransparentColor property to its default value.  
Public MethodResetSelectedCellAppearanceResets the SelectedCellAppearance property to its default value.  
Public MethodResetSortModeResets the SortMode property to its default value.  
Public MethodShouldSerializeCellAppearance

Returns a Boolean value that determines whether the CellAppearance property is set to its default value.

 
Public MethodShouldSerializeEditCellAppearance

Returns a Boolean value that determines whether the EditCellAppearance property is set to its default value.

 
Public MethodShouldSerializeSelectedCellAppearance

Returns a Boolean value that determines whether the SelectedCellAppearance property is set to its default value.

 
Public MethodToStringGets a string that describes the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Protected Methods
 NameDescription
Protected MethodCreateEditorFactory method for creating an editor  
Protected MethodCreateOwnerFactory method for creating the editor's Owner  
Protected MethodFinalizeReleases the resources associated with the band. (Inherited from System.Windows.Forms.DataGridViewBand)
Protected MethodInitializeEditorCalled after the creation of the editor to allow initializion such as hooking events or setting default properties  
Protected MethodInitializeFromUsed to copy the settings of the specified UltraColumnBase  
Protected MethodOnAfterEnterEditModeCalled after a entering edit mode  
Protected MethodOnAfterExitEditModeCalled after a Exiting edit mode  
Protected MethodOnDataGridViewChangedOverridden. Called when an element is associated with a different DataGridView.  
Protected MethodOnMouseEnterElementCalled when an element is entered (the mouse is moved over the element)  
Protected MethodOnMouseLeaveElementCalled when an element is left (the mouse is moved off the element)  
Protected MethodOnSubObjectPropChangedCalled when a sub object property change notification is recieved.  
Protected MethodRaiseCellClickRaises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellContentClickRaises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellContentDoubleClickRaises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellValueChangedRaises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseDataErrorRaises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodShouldSerializeImageTransparentColor

Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value.

 
Protected MethodShouldSerializeSortMode

Returns a Boolean value that determines whether the SortMode property is set to its default value.

 
See Also