Click or drag to resize

IPopupFeatures Interface

Version 118.6.80
Class representing popup window features.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
public interface IPopupFeatures

The IPopupFeatures type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the height.
Public propertyIsPopup
Returns true if browser interface elements should be hidden.
Public propertyWidth
Gets the width.
Public propertyX
Gets the x coordinate.
Public propertyY
Gets the y coordinate.
Top
See Also