Version

UltraEditorButtonColumnBase Class Methods

For a list of all members of this type, see UltraEditorButtonColumnBase 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.  
Public MethodDisposeOverloaded. Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodGetPreferredWidthCalculates the ideal width of the column based on the specified criteria. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetAppearancesReset appearances to null  
Public MethodResetButtonsLeftClears the ButtonsLeft collection  
Public MethodResetButtonsRightClears the ButtonsRight collection  
Public MethodResetCellAppearanceResets the CellAppearance property to its default value. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public MethodResetCellButtonAppearanceResets the CellButtonAppearance property to its default value.  
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.  
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.

 
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 MethodInitializeEditorOverridden. Called after the creation of the editor to allow initializion such as hooking events or setting default properties  
Protected MethodInitializeFromOverridden. Used to copy the settings of the specified UltraColumnBase  
Protected MethodOnAfterEditorButtonCheckStateChangedUsed to invoke the AfterEditorButtonCheckStateChanged event  
Protected MethodOnAfterEditorButtonCloseUpUsed to invoke the AfterEditorButtonCloseUp event  
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  
Protected MethodOnBeforeEditorButtonDropDownUsed to invoke the BeforeEditorButtonDropDown event  
Protected MethodOnDataGridViewChangedCalled when an element is associated with a different DataGridView. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected MethodOnEditorButtonClickUsed to invoke the EditorButtonClick event  
Protected MethodOnEditorSpinButtonClickUsed to invoke the EditorSpinButtonClick event  
Protected MethodOnInitializeEditorButtonCheckStateUsed to invoke the InitializeEditorButtonCheckState event  
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  
Protected MethodShouldSerializeButtonsLeftIndicates if the ButtonsLeft should be serialized.  
Protected MethodShouldSerializeButtonsRightIndicates if the ButtonsRight should be serialized.  
Protected MethodShouldSerializeImageList

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

 
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