CefFrame PropertiesXilium.CefGlue

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

The CefFrame type exposes the following members.
Properties

  NameDescription
Public propertyBrowser
Returns the browser that this frame belongs to.
Public propertyIdentifier
Returns the globally unique identifier for this frame.
Public propertyIsFocused
Returns true if this is the focused frame.
Public propertyIsMain
Returns true if this is the main (top-level) frame.
Public propertyIsValid
True if this object is currently attached to a valid frame.
Public propertyName
Returns the name for this frame. If the frame has an assigned name (for example, set via the iframe "name" attribute) then that value will be returned. Otherwise a unique name will be constructed based on the frame parent hierarchy. The main (top-level) frame will always have an empty name value.
Public propertyParent
Returns the parent of this frame or NULL if this is the main (top-level) frame.
Public propertyUrl
Returns the URL currently loaded in this frame.
Public propertyV8Context
Get the V8 context associated with the frame. This method can only be called from the render process.
Back to Top
See Also