IPopupFeatures Interface |
Namespace: CefSharp
The IPopupFeatures type exposes the following members.
| Name | Description | |
|---|---|---|
| Height |
Gets the height.
| |
| HeightSet |
Gets the set the height belongs to.
| |
| MenuBarVisible |
Gets a value indicating whether the menu bar is visible.
| |
| ScrollbarsVisible |
Gets a value indicating whether the scrollbars is visible.
| |
| StatusBarVisible |
Gets a value indicating whether the status bar is visible.
| |
| ToolBarVisible |
Gets a value indicating whether the tool bar is visible.
| |
| Width |
Gets the width.
| |
| WidthSet |
Gets the set the width belongs to.
| |
| X |
Gets the x coordinate.
| |
| XSet |
Gets the set.
| |
| Y |
Gets the y coordinate.
| |
| YSet |
Gets the set.
|