ValueEdit provides generic editing of any type that supports the ValueEditor architecture. It has a ValueType property that can point to a type that has an associated value editor, and then a Value property which points to the current value of that type. It also throws an event whenever the Value changes. (Property change event).
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
ValueEditorHost
ValueEdit
[Visual Basic] Public Class ValueEdit Inherits ValueEditorHost [C#] public class ValueEdit : ValueEditorHost [C++] public __gc class ValueEdit : public ValueEditorHost [JScript] public class ValueEdit extends ValueEditorHost
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll