API:Vcl.Edge.TEdgeBrowser.OnContainsFullScreenElementChanged
Delphi
property OnContainsFullScreenElementChanged: TContainsFullScreenElementChangedEvent read FOnContainsFullScreenElementChanged write FOnContainsFullScreenElementChanged;
C++
__property OnContainsFullScreenElementChanged;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.Edge.pas Vcl.Edge.hpp |
Vcl.Edge | TEdgeBrowser |
Description
Fires when the ContainsFullScreenElement property changes, which means that an HTML element inside the WebView is entering or leaving fullscreen. The event handler can make the control larger or smaller as required.
See Also
Vcl.Edge.TCustomEdgeBrowser.ContainsFullScreenElement
Vcl.Edge.TEdgeBrowser.OnContainsFullScreenElementChanged inherits from Vcl.Edge.TCustomEdgeBrowser.OnContainsFullScreenElementChanged. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnContainsFullScreenElementChanged.
Fires when the ContainsFullScreenElement property changes, which means that an HTML element inside the WebView is entering or leaving fullscreen. The event handler can make the control larger or smaller as required.