Click or drag to resize

IPopupFeatures Interface

Version 81.3.100
Class representing popup window features.

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

The IPopupFeatures type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the height.
Public propertyHeightSet
Gets the set the height belongs to.
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 propertyWidthSet
Gets the set the width belongs to.
Public propertyX
Gets the x coordinate.
Public propertyXSet
Gets the set.
Public propertyY
Gets the y coordinate.
Public propertyYSet
Gets the set.
Top
See Also