pbAreBrowserAcceleratorKeysEnabled - cWebView2Browser
Controls whether the browser accelerator keys are being processed
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAreBrowserAcceleratorKeysEnabled
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAreBrowserAcceleratorKeysEnabled to BooleanVariable |
| Write Access: | Set pbAreBrowserAcceleratorKeysEnabled to BooleanVariable/Value |
Description
Controls whether the browser accelerator keys are being processed.
Setting this property to False will prevent, for example, F5 to reload the page.
Note that changes to this property at runtime are only applied after the next page load.
Default: True