Click or drag to resize

INodeFrame Property

Gets the frame containing this node.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IFrame Frame { get; }

Property Value

Type: IFrame
The frame containing this node.
See Also