Returns or sets whether the control use a fixed or evergreen version of WebView2
Syntax
object .UseEdgeFixedVersion [= Value ]
The object placeholder represents an OrdoWebView2 control
Values
Value: The property values are as follows:
| Value | Description |
| True | The control use a fixed version of WebView2 |
| False | The control use the evergreen version of WebView2 |
Remarks