Xceed Grid for WinForms v4.3 Documentation
TextEditor Class Methods


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace : TextEditor Class

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

Public Methods
 NameDescription
Public MethodReturns a string that represents the current object. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Top
Protected Methods
 NameDescription
Protected Internal MethodActivates 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodActivates the control that will be used to edit the content of the cell. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected Internal MethodCalculates the bounds of the editor and raises the QueryEditorBounds event. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Calculates the bounds of the editor.  
Protected Internal MethodOverridden. Creates the System.Windows.Forms.Control that will be used to edit the content of cells.  
Protected Internal MethodDeactivates the control that will be used to edit the content of the cell and raises the DeactivatingControl event. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Deactivates the control that will be used to edit the content of the cell.  
Protected MethodOverloaded. Releases all resources. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodAllows the object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected Internal MethodRetrieves the value of the control and raises the GettingControlValue event.Retrieves the value assigned to the control. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Retrieves the value of the control.  
Protected Internal MethodRetrieves 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Retrieves a value representing the fitted height of the editor in pixels.  
Protected Internal MethodRetrieves 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodRetrieves a value representing the fitted width of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodRetrieves the value of the specified property in the Properties collection. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodReturns an object that represents a service provided by the System.ComponentModel.Component or by its Container. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected Internal MethodOverridden. Gets a boolean value indicating if the control should handle the mouse click once it is activated.  
Protected Internal MethodRetrieves 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Retrieves a boolean value indicating if the editor is activated by the char.  
Protected Internal MethodRetrieves 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Retrieves a boolean value indicating if the editor is activated by the key.  
Protected Internal MethodDetermines 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodDetermines if a character is an input character that the editor recognizes. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected Internal MethodDetermines 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. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Determines whether the specified key is a regular input key or a special key that requires preprocessing.  
Protected MethodRetrieves a boolean value indicating if the specified property has been explicitly set. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodRaises the specified event. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodRemoves the specified property from the Properties collection. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected Internal MethodSets the appearance of the control that will be used to edit the content of the cell and raises the SettingControlAppearance event. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Sets the appearance of the control that will be used to edit the content of the cell.  
Protected Internal MethodAssigns the value of the cell to the control and raises the SettingControlValue event.Assigns a value to the control. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodOverridden. Assigns the value of the cell to the control.  
Protected Internal MethodValidates if the editor's value is valid and can be assigned to its underlying cell as well as raises the Validating event. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Protected MethodValidates if the editor's value is valid and can be assigned to its underlying cell. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Top
See Also

Reference

TextEditor Class
Xceed.Grid.Editors Namespace