IHostUI Interface
On this page:
Description
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 read-only, IHostUI
A handle to a Merge window that can be used as a parent for message boxes and modal dialogs.
| IDL |
[propget] HRESULT WindowHandle([out, retval] HWND* pValue)
|
|---|---|
| .NET | HWND WindowHandle[get] |