IEditorHost is a callback that the host provides through the IValueAccess interface to assist a value editor in presenting UI to the user. a dialog can be launched through the runDialog method (with the added advantage of appropriate screen placement). The host can also take a control and display it in a drop down window.
IEditorHost
[Visual Basic] Public Interface IEditorHost [C#] public interface IEditorHost [C++] public __gc __interface IEditorHost
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
[To be supplied.]
Namespace: System.WinForms.ComponentModel
Assembly: System.WinForms.dll
IEditorHost Members | System.WinForms.ComponentModel Namespace | IValueAccess | ValueEditor | ValueEditor.editValue | Form | Control