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!

IEditorHost Interface

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.

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms.ComponentModel

Assembly: System.WinForms.dll

See Also

IEditorHost Members | System.WinForms.ComponentModel Namespace | IValueAccess | ValueEditor | ValueEditor.editValue | Form | Control