Retrieves a Boolean value that indicates whether the Microsoft® Internet Explorer status bar is visible.
Syntax
HRESULT get_StatusBar( VARIANT_BOOL* pBool );
Parameters
- pBool
- Address of a VARIANT_BOOL variable that receives TRUE if the status bar is visible, or FALSE if it is not.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
IWebBrowser2::put_StatusBar