StatusBar Property  
 

Determines if the browser shows status text in the bottom-left corner.

Syntax

object.StatusBar [= value ]

Remarks

The StatusBar property can be used to enable or disable the status bar which appears at the bottom left corner of the browser control when the user hovers over a link. It provides basic feedback about navigation targets but has no interactive features. In a minimal UI, you may prefer to disable this so the embedded control presents only the rendered page. Regardless of this property, you can always check the current browser location using the Url property.

Data Type

DataType

See Also

ContextMenu Property, DevTools Property, Url Property