ChromiumWebBrowserPopupOpen Property |
Version 63.0.0
Gets or sets a value indicating whether the popup is open.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public bool PopupOpen { get; protected set; }
public:
property bool PopupOpen {
bool get ();
protected: void set (bool value);
}
Property Value
Type:
Booleantrue if popup is opened; otherwise,
false.
See Also