IBrowserGetFrameByName Method |
Version 130.1.90
Returns the frame with the specified name, or NULL if not found.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax IFrame GetFrameByName(
string name
)
IFrame^ GetFrameByName(
String^ name
)
Parameters
- name String
- name of frame
Return Value
IFrameframe or null
See Also