Click or drag to resize

IPopupFeatures Interface

Version 86.0.240
Class representing popup window features.

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

The IPopupFeatures type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the height.
Public propertyMenuBarVisible
Gets a value indicating whether the menu bar is visible.
Public propertyScrollbarsVisible
Gets a value indicating whether the scrollbars is visible.
Public propertyStatusBarVisible
Gets a value indicating whether the status bar is visible.
Public propertyToolBarVisible
Gets a value indicating whether the tool bar is visible.
Public propertyWidth
Gets the width.
Public propertyX
Gets the x coordinate.
Public propertyY
Gets the y coordinate.
Top
See Also