| WindowInfoWindowlessRenderingEnabled Property  | 
Version 94.4.20 
            Set to true to create the browser using windowless (off-screen) rendering.
            No window will be created for the browser and all rendering will occur via the
            IRenderHandler interface. The 
ParentWindowHandle value will be used to identify monitor info
            and to act as the parent window for dialogs, context menus, etc. If |
ParentWindowHandle is not provided then the main screen monitor will be used and some functionality that requires a parent window may not function correctly.
            In order to create windowless browsers the CefSettings.WindowlessRenderingEnabled value must be set to true.
            Transparent painting is enabled by default but can be disabled by setting 
BackgroundColor to an opaque value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
 Syntax
Syntaxpublic bool WindowlessRenderingEnabled { get; set; }public:
virtual property bool WindowlessRenderingEnabled {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IWindowInfoWindowlessRenderingEnabled See Also
See Also