Click or drag to resize

IHostWindowEnableModeless Method

Enables or disables the host's modeless dialogs.

Namespace: Microsoft.ClearScript.Windows
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax
void EnableModeless(
	bool enable
)

Parameters

enable  Boolean
True to enable the host's modeless dialogs, false otherwise.
See Also