DWebBrowserEvents2.OnFullScreen(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the IWebBrowser2::FullScreen property is changed.
public:
void OnFullScreen(bool FullScreen);
public void OnFullScreen (bool FullScreen);
abstract member OnFullScreen : bool -> unit
Public Sub OnFullScreen (FullScreen As Boolean)
Parameters
- FullScreen
- Boolean