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.2.5
Syntaxvoid EnableModeless(
bool enable
)
Sub EnableModeless (
enable As Boolean
)
void EnableModeless(
bool enable
)
abstract EnableModeless :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
True to enable the host's modeless dialogs, false otherwise.
See Also