Click or drag to resize

IWindowInfo Methods

Version 67.0.0

The IWindowInfo type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetAsChild
Create the browser as a child window.
Public methodSetAsPopup
Create the browser as a popup window.
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. This window will automatically be transparent unless a colored backgrond is set in the browser settings.
Top
See Also