Click or drag to resize

IJsObjectFrame Property

Gets the IFrame instance this JavaScript object is bound to.

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

Property Value

Type: IFrame
The IFrame instance this JavaScript object is bound to.
See Also