Click or drag to resize

WindowInfo Methods

Version 91.1.160

The WindowInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a new IWindowInfo instance
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAsChild(IntPtr)
Create the browser as a child window. Calls GetClientRect(Hwnd) to obtain the window bounds
Public methodSetAsChild(IntPtr, Int32, Int32, Int32, Int32)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnWrap
Top
See Also