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)

[To be supplied.]

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

Parameters

type
[To be supplied.]

See Also

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