DocumentSnapshotTextBoxes Property |
Version 118.6.80
The post-layout inline text nodes.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public TextBoxSnapshot TextBoxes { get; set; }
public:
property TextBoxSnapshot^ TextBoxes {
TextBoxSnapshot^ get ();
void set (TextBoxSnapshot^ value);
}
Property Value
Type:
TextBoxSnapshotSee Also