Name | Description | |
---|---|---|
ToString | Returns a string that represents the current object. |
For a list of all members of this type, see CellEditorManager members.
Name | Description | |
---|---|---|
ActivateControl | Activates the control that will be used to edit the content of the cell and raises the ActivatingControl event.Activates the control that will be used to edit the content of a cell. | |
ActivateControlCore | Activates the control that will be used to edit the content of the cell. | |
CalculateEditorBounds | Calculates the bounds of the editor and raises the QueryEditorBounds event. | |
CalculateEditorBoundsCore | Calculates the bounds of the editor. | |
CreateControl | Creates the System.Windows.Forms.Control that will be used to edit the content of cells. | |
DeactivateControl | Deactivates the control that will be used to edit the content of the cell and raises the DeactivatingControl event. | |
DeactivateControlCore | Deactivates the control that will be used to edit the content of the cell. | |
Dispose | Overloaded. Releases all resources. | |
Finalize | Allows the object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
GetControlValue | Retrieves the value of the control and raises the GettingControlValue event.Retrieves the value assigned to the control. | |
GetControlValueCore | Retrieves the value of the control. | |
GetFittedHeight | Retrieves a value representing the fitted height of the editor in pixels and raises the QueryFittedHeight event.Retrieves a value representing the fitted height of the cell editor in pixels. | |
GetFittedHeightCore | Retrieves a value representing the fitted height of the editor in pixels. | |
GetFittedWidth | Retrieves a value representing the fitted width of the editor in pixels and raises the QueryFittedWidth event.Retrieves a value representing the fitted width of the cell editor in pixels. | |
GetFittedWidthCore | Retrieves a value representing the fitted width of the editor in pixels. | |
GetPropertyValue | Retrieves the value of the specified property in the Properties collection. | |
GetService | Returns an object that represents a service provided by the System.ComponentModel.Component or by its Container. | |
HandleActivationClick | Gets a boolean value indicating if the control should handle the mouse click once it is activated. | |
IsActivationChar | Retrieves a boolean value indicating if the editor is activated by the char and raises the QueryActivationChar event.Retrieves a boolean value indicating if the control is activated by the char. | |
IsActivationCharCore | Retrieves a boolean value indicating if the editor is activated by the char. | |
IsActivationKey | Retrieves a boolean value indicating if the editor is activated by the key and raises the QueryActivationKey event.Retrieves a boolean value indicating if the control is activated by the key. | |
IsActivationKeyCore | Retrieves a boolean value indicating if the editor is activated by the key. | |
IsInputChar | Determines if a character is an input character that the editor recognizes and raises the QueryInputChar event.Determines if a character is an input character that the control recognizes. | |
IsInputCharCore | Determines if a character is an input character that the editor recognizes. | |
IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing and raises the QueryInputKey event.Determines whether the specified key is a regular input key or a special key that requires preprocessing. | |
IsInputKeyCore | Determines whether the specified key is a regular input key or a special key that requires preprocessing. | |
IsPropertyDefined | Retrieves a boolean value indicating if the specified property has been explicitly set. | |
RaiseEvent | Raises the specified event. | |
RemovePropertyValue | Removes the specified property from the Properties collection. | |
SetControlAppearance | Sets the appearance of the control that will be used to edit the content of the cell and raises the SettingControlAppearance event. | |
SetControlAppearanceCore | Sets the appearance of the control that will be used to edit the content of the cell. | |
SetControlValue | Assigns the value of the cell to the control and raises the SettingControlValue event.Assigns a value to the control. | |
SetControlValueCore | Assigns the value of the cell to the control. | |
Validate | Validates if the editor's value is valid and can be assigned to its underlying cell as well as raises the Validating event. | |
ValidateCore | Validates if the editor's value is valid and can be assigned to its underlying cell. |