PaintElementType Enumeration |
Version 106.0.290
Paint element types.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public enum PaintElementType
public enum class PaintElementType
Members
| Member name | Value | Description |
---|
| View | 0 |
An enum constant representing the view option.
|
| Popup | 1 |
An enum constant representing the popup option.
|
See Also