type TCefDraggableRegion = record
Structure representing a draggable region.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_draggable_region_t))
| Public | bounds: TCefRect; |
| Public | draggable: Integer; |
| Public | bounds: TCefRect; |
|
Bounds of the region. | |
| Public | draggable: Integer; |
|
True (1) this this region is draggable and false (0) otherwise. | |