NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueEdit Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ValueEdit Members | System.WinForms Namespace