Click or drag to resize
IWindowInfo Interface
Version 51.0.0

[Missing <summary> documentation for "T:CefSharp.IWindowInfo"]

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public interface IWindowInfo : IDisposable

The IWindowInfo type exposes the following members.

Properties
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetAsChild
Public methodSetAsPopup
Public methodSetAsWindowless
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.
Top
See Also