CHtmlView::SetFullScreen
Visual Studio .NET 2003
Call this member function to set Internet Explorer to either full-screen or normal window mode.
void SetFullScreen( BOOL bNewValue );
Parameters
- bNewValue
- Nonzero for full-screen mode; otherwise zero.
Remarks
In full-screen mode, the Internet Explorer main window is maximized and the status bar, toolbar, menu bar, and title bar are hidden.
Applies to Internet Explorer. If you use this call with a WebBrowser control, it will return no error, but it will ignore this call.
See Also
CHtmlView Overview | Class Members | Hierarchy Chart | CHtmlView::GetFullScreen | CHtmlView::SetTheaterMode | IWebBrowser2::put_FullScreen