ArcGIS Pro 2.8 API Reference Guide
InitializeCef Method

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class : InitializeCef Method
Initializes CefSharp. It's important to note that InitializeCef MUST be called on your main applicaiton thread (Typically the UI thead). If you call it on a different thread, your application will hang.
Syntax
public bool InitializeCef()
Public Function InitializeCef() As Boolean

Return Value

true if Cef is initialized.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members