IWindowInfo Interface |
[Missing <summary> documentation for "T:CefSharp.IWindowInfo"]
Namespace: CefSharp
The IWindowInfo type exposes the following members.
Name | Description | |
---|---|---|
ExStyle | ||
Height | ||
ParentWindowHandle | ||
Style | ||
TransparentPaintingEnabled | ||
Width | ||
WindowHandle | ||
WindowlessRenderingEnabled | ||
X | ||
Y |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
SetAsChild | ||
SetAsPopup | ||
SetAsWindowless |
Create the browser using windowless (off-screen) rendering.
No window will be created for the browser and all rendering will occur via the CefRenderHandler interface.
|