Click or drag to resize

IHostWindow Interface

Allows Windows Script engines to display dialogs within the host's user interface.

Namespace: Microsoft.ClearScript.Windows
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax
public interface IHostWindow

The IHostWindow type exposes the following members.

Properties
 NameDescription
Public propertyOwnerHandle Gets the handle of an owner window for displaying dialogs on behalf of script code.
Top
Methods
 NameDescription
Public methodEnableModeless Enables or disables the host's modeless dialogs.
Top
See Also