CefWindowInfo Class |
Namespace: Internal.Xilium.CefGlue
public abstract class CefWindowInfo
The CefWindowInfo type exposes the following members.
Name | Description | |
---|---|---|
CefWindowInfo | Initializes a new instance of the CefWindowInfo class |
Name | Description | |
---|---|---|
Disposed | ||
Handle |
Handle for the new browser window.
| |
Height | ||
Hidden | ||
MenuHandle | ||
Name | ||
ParentHandle |
Handle for the parent window.
| |
Style | ||
StyleEx | ||
TransparentPaintingEnabled |
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.
| |
Width | ||
WindowlessRenderingEnabled |
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.
| |
X | ||
Y |
Name | Description | |
---|---|---|
Create | ||
DisposeNativePointer | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAsChild | ||
SetAsPopup | ||
SetAsWindowless | ||
ThrowIfDisposed | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |
Platform | Description |
---|---|
Windows | Window handle (HWND) |
Mac OS X | NSView pointer for the parent view (NSView*) |
Linux | Pointer for the new browser widget (GtkWidget*) |