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