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!

ValueEditorHost Constructor (Type, ValueEditor)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As Type, _
   ByVal editor As ValueEditor _
)
[C#]
public ValueEditorHost(
   Type type,
   ValueEditor editor
);
[C++]
public: ValueEditorHost(
   Type* type,
   ValueEditor* editor
);
[JScript]
public function ValueEditorHost(
   type : Type,
   editor : ValueEditor
);

Parameters

type
[To be supplied.]
editor
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.ComponentModel.Design Namespace | ValueEditorHost Constructor Overload List