WindowsScriptEngineHostWindow Property |
Gets or sets an interface that supports the display of dialogs on behalf of script code.
Namespace: Microsoft.ClearScript.Windows.CoreAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax public IHostWindow HostWindow { get; set; }
Public Property HostWindow As IHostWindow
Get
Set
public:
property IHostWindow^ HostWindow {
IHostWindow^ get ();
void set (IHostWindow^ value);
}
member HostWindow : IHostWindow with get, set
Property Value
IHostWindowSee Also