WindowsUtilitiesDoModalUI Method (Action) |
Runs an action in a modal UI loop.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static void DoModalUI(
Action action
)
Parameters
- action
- Type: SystemAction
The action.
Exceptions See Also