CefWindowInfo MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefWindowInfo type exposes the following members.
Constructors

  NameDescription
Protected methodCefWindowInfo
Initializes a new instance of the CefWindowInfo class
Back to Top
Methods

  NameDescription
Public methodStatic memberCreate
Protected methodDisposeNativePointer
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSetAsChild
Public methodSetAsPopup
Public methodSetAsWindowless
Protected methodThrowIfDisposed
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyDisposed
Public propertyHandle
Handle for the new browser window.
Public propertyHeight
Public propertyHidden
Public propertyMenuHandle
Public propertyName
Public propertyParentHandle
Handle for the parent window.
Public propertyStyle
Public propertyStyleEx
Public propertyTransparentPaintingEnabled
Set to true (1) to enable transparent painting in combination with windowless rendering. When this value is true a transparent background color will be used (RGBA=0x00000000). When this value is false the background will be white and opaque.
Public propertyWidth
Public propertyWindowlessRenderingEnabled
Set to true (1) to 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. The |parent_window| value will be used to identify monitor info and to act as the parent window for dialogs, context menus, etc. If |parent_window| 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.windowless_rendering_enabled value must be set to true.
Public propertyX
Public propertyY
Back to Top
See Also