The Wimark.Controls.Editors namespace contains classes for editing values in the TreeView, ListView, ToolBar, StatusBar and DataGridView controls.
This namespace contains the following editors:
| Class | Description |
|---|---|
| ButtonEditor | Represents a button editor. |
| CheckEditor | Represents a check box editor. |
| ComboEditor | Represents a combo box editor. |
| ComboEditor.ComboEditorItemCollection | Represents a collection of ComboEditorItem objects in the ComboEditor component. |
| ComboEditorItem | Represents an item in a ComboEditor component. |
| DomainUpDownEditor | Represents a domain up/down editor. |
| DropDownArea | Represents the client area in a drop down window. |
| Editor | Provides base functionality to editors. |
| EditorCancelEventArgs | Provides data for the BeforeDeactivate event of an Editor. |
| EditorControl | Represents the control that is used to edit values in an editor. |
| EditorEventArgs | Provides data for the Deactivate event of an Editor. |
| EditorForm | Represents a form used to edit values in editors. |
| EditorIsInputKeyEventArgs | Provides data for the IsInputKey event of an Editor. |
| EditorKeyEventArgs | Provides data for the KeyDown event of an Editor. |
| LabelEditor | Represents a label editor. |
| NumericUpDownEditor | Represents a numeric up/down editor. |
| ProgressEditor | Represents a progress bar editor. |
| RadioEditor | Represents a radio button editor. |
| TextEditor | Represents a text editor. |
| TrackEditor | Represents a track bar editor. |
| Delegate | Description |
|---|---|
| EditorCancelEventHandler | Represents the method that will handle the BeforeDeactivate event of an Editor. |
| EditorEventHandler | Represents the method that will handle the Deactivate event of an Editor. |
| EditorIsInputKeyEventHandler | Represents the method that will handle the IsInputKey event of an Editor. |
| EditorKeyEventHandler | Represents the method that will handle the KeyDown event of an Editor. |