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.ValueEditorType

The ValueEditorType property. Setting it will change the value editor being used. The ValueEditor has to have a prameterless contructor, IEditorSite has no meaning in this context, since the editor is not bound to a component property.

[Visual Basic]
Overridable Public Property ValueEditorType As Type
[C#]
public Type ValueEditorType {virtual get; virtual set;}
[C++]
public: __property virtual Type* get_ValueEditorType();
public: __property virtual void set_ValueEditorType(Type*);
[JScript]
public function get ValueEditorType() : Type;
public function set ValueEditorType(Type);

See Also

ValueEdit Class | ValueEdit Members | System.WinForms Namespace