Previous topicNext topic
Help > Properties >
IsStatusBarEnabled

IsStatusBarEnabled Property

Determines whether the status bar is displayed.

Syntax

object .IsStatusBarEnabled[=  Value ]

The  object placeholder represents an OrdoWebView2 control

Values

Value: The property values are as follows:

Value Description
True The status bar is displayed
False The status bar is not displayed

Remarks     

  • The status bar is usually displayed in the lower left of the OrdoWebView2 control and shows things such as the URI of a link when the user hovers over it and other information.

  • The default value is True.