CefRuntimeSetOSModalLoop Method |
Set to true before calling Windows APIs like TrackPopupMenu that enter a
modal message loop. Set to false after exiting the modal message loop.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void SetOSModalLoop(
bool osModalLoop
)
Parameters
- osModalLoop
- Type: SystemBoolean
See Also