Version

UltraTextEditorColumnBase Class Methods

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

Public Methods
 NameDescription
Public MethodCloneReturns a clone of the column. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodCloseUpCloses any DropDownEditorButtonBase instances that are currently dropped down. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodDisposeOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodGetPreferredWidthCalculates the ideal width of the column based on the specified criteria. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetAppearancesReset appearances to null (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetButtonsLeftClears the ButtonsLeft collection (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetButtonsRightClears the ButtonsRight collection (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetCellAppearanceResets the CellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetCellButtonAppearanceResets the CellButtonAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetEditCellAppearanceResets the EditCellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetImageListResets the Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageList property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodResetImageTransparentColorResets the ImageTransparentColor property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetSelectedCellAppearanceResets the SelectedCellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetSortModeResets the SortMode property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodShouldSerializeCellAppearance

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

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodShouldSerializeCellButtonAppearance

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

(Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Public MethodShouldSerializeEditCellAppearance

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

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodShouldSerializeSelectedCellAppearance

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

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodToStringGets a string that describes the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Protected Methods
 NameDescription
Protected MethodCreateEditorFactory method for creating an editor (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodCreateOwnerFactory method for creating the editor's Owner (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
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 (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodInitializeFromOverridden. Used to copy the settings of the specified UltraColumnBase  
Protected MethodOnAfterEditorButtonCheckStateChangedUsed to invoke the AfterEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnAfterEditorButtonCloseUpUsed to invoke the AfterEditorButtonCloseUp event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnAfterEnterEditModeCalled after a entering edit mode (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnAfterExitEditModeCalled after a Exiting edit mode (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnBeforeEditorButtonCheckStateChangedUsed to invoke the BeforeEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnBeforeEditorButtonDropDownUsed to invoke the BeforeEditorButtonDropDown event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnDataGridViewChangedCalled when an element is associated with a different DataGridView. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnEditorButtonClickUsed to invoke the EditorButtonClick event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnEditorSpinButtonClickUsed to invoke the EditorSpinButtonClick event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnInitializeEditorButtonCheckStateUsed to invoke the InitializeEditorButtonCheckState event (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodOnMouseEnterElementCalled when an element is entered (the mouse is moved over the element) (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnMouseLeaveElementCalled when an element is left (the mouse is moved off the element) (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnSubObjectPropChangedCalled when a sub object property change notification is recieved. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
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 MethodShouldSerializeAppearancesReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeButtonsLeftIndicates if the ButtonsLeft should be serialized. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeButtonsRightIndicates if the ButtonsRight should be serialized. (Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeImageList

Returns a Boolean value that determines whether the Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageList property is set to its default value.

(Inherited from Infragistics.Win.UltraDataGridView.UltraEditorButtonColumnBase)
Protected MethodShouldSerializeImageTransparentColor

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

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodShouldSerializeSortMode

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

(Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
See Also