English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IHostUI Interface

IHostUI Interface

This interface is implemented by Merge and enables a plugin file system component to obtain a window handle that can be used as the parent for message boxes and other modal user interfaces.

Properties

WindowHandle

IDL [propget] HRESULT WindowHandle([out, retval] HWND* pValue)
.NET HWND WindowHandle[get]
VB6 WindowHandle As HWND

A handle to a Merge window that can be used as a parent for message boxes and modal dialogs.

The property is read-only.