pbIsStatusBarEnabled - cWebView2Browser
Controls whether the status bar is shown by the browser control
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbIsStatusBarEnabled
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbIsStatusBarEnabled to BooleanVariable |
| Write Access: | Set pbIsStatusBarEnabled to BooleanVariable/Value |
Description
Controls whether the status bar is shown by the browser control.
The status bar is normally only visible during navigation operations.
Note that changes to this property at runtime are only applied after the next page load.
Default: True