CHtmlView::GetStatusBar

 

Call this member function to determine whether the WebBrowser control displays a status bar.

Syntax

BOOL GetStatusBar( ) const;

Return Value

Nonzero if the status bar can be displayed; otherwise zero.

Remarks

Applies to Internet Explorer. If you use this call with a WebBrowser control, it will return no error, but it will ignore this call.

Requirements

Header: afxhtml.h

See Also

CHtmlView Class
Hierarchy Chart
CHtmlView::SetStatusBar
IWebBrowser2::get_StatusBar