Click or drag to resize

CefFrameParent Property

Returns the parent of this frame or NULL if this is the main (top-level) frame.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefFrame Parent { get; }

Property Value

Type: CefFrame
See Also