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

Retrieves a handle to a window so that Windows dialogs can be parented.

[Visual Basic]
Function GetHostHandle() As Integer
[C#]
int GetHostHandle();
[C++]
int GetHostHandle() = 0;
[JScript]
function GetHostHandle() : int;

Return Value

a window handle.

See Also

IEditorHost Interface | IEditorHost Members | System.WinForms.ComponentModel Namespace