Click or drag to resize

DefaultRenderHandlerPopupOpen Property

Version 130.1.90
Gets or sets a value indicating whether the popup is open.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public bool PopupOpen { get; protected set; }

Property Value

Boolean
true if popup is opened; otherwise, false.
See Also