JavascriptMessageReceivedEventArgsFrame Property |
Version 108.4.130
The frame that called CefSharp.PostMessage in Javascript
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax public IFrame Frame { get; }
public:
property IFrame^ Frame {
IFrame^ get ();
}
Property Value
Type:
IFrameSee Also