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.3.1
Syntax
void EnableModeless(
	bool enable
)

Parameters

enable
Type: SystemBoolean
True to enable the host's modeless dialogs, false otherwise.
See Also