'Declaration <DesignTimeVisibleAttribute(False)> <ToolboxItemAttribute(False)> Public Class CellEditorManager
'Usage Dim instance As CellEditorManager
[DesignTimeVisible(false)] [ToolboxItem(false)] public class CellEditorManager
'Declaration <DesignTimeVisibleAttribute(False)> <ToolboxItemAttribute(False)> Public Class CellEditorManager
'Usage Dim instance As CellEditorManager
[DesignTimeVisible(false)] [ToolboxItem(false)] public class CellEditorManager
CellEditorManagers can be created by deriving from the CellEditorManager class and implementing the required functionalities, by handling the events that are raised by the CellEditorManager class, or by wrapping a control within an instance of the CellEditorManager class.
System.Object
Xceed.Grid.Editors.CellEditorManager
Xceed.Grid.Editors.CheckBoxEditor
Xceed.Grid.Editors.TextEditor
Name | Description | |
---|---|---|
![]() | CellEditorManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Container | Gets the System.ComponentModel.IContainer associated with the System.ComponentModel.ISite when implemented by a class. |
![]() | InPlace | Gets a boolean value indicating if the System.Windows.Forms.Control is painted within the bounds of the cell. |
![]() | Site | Gets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent. |
![]() | TemplateControl | Gets the System.Windows.Forms.Control that will be used as a template to create the controls that will edit the content of cells. |
Name | Description | |
---|---|---|
![]() | CreateControlMode | Gets a value representing the mode in which the control used to edit the content of cells is created. |
![]() | DesignMode | Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode. |
![]() | Events | Gets a list of the events to which the CellEditorManager is subscribed. |
![]() | Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Releases all resources. |
![]() | ToString | Returns a string that represents the current object. |
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. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | ActivatingControl | Raised to activate the control that will be used to edit the content of its corresponding cell. |
![]() | DeactivatingControl | Raised to deactivate the control that was used to edit the content of its corresponding cell. |
![]() | Disposed | Represents the method that handles the Disposed event of a component. |
![]() | GettingControlValue | Raised when retrieving the value assigned to the editor. |
![]() | QueryActivationChar | Raised when a character is pressed to determine if it the editor is activated by the character. |
![]() | QueryActivationKey | Raised when a key is pressed to determine if it the editor is activated by the key. |
![]() | QueryEditorBounds | Raised when calculating the bounds of the editor. |
![]() | QueryFittedHeight | Raised to calculate the fitted height of the editor in pixels. |
![]() | QueryFittedWidth | Raised to calculate the fitted width of the editor in pixels. |
![]() | QueryInputChar | Raised to determine if a character is an input character that the editor recognizes. |
![]() | QueryInputKey | Raised to determine whether the specified key is a regular input key or a special key that requires preprocessing. |
![]() | SettingControlAppearance | Raised to set the appearance of the control that will be used to edit the content of its corresponding cell. |
![]() | SettingControlValue | Raised when the value of a cell is about to be assigned to the control used to edit its content. |
![]() | Validating | Raised when validating the editor's value to determine if it can be assigned to its underlying cell. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2