Table of Contents

Interface IFullScreen

Namespace
DotNetBrowser.Browser.FullScreen
Assembly
DotNetBrowser.dll

A service that is used for controlling the browser's fullscreen mode.

public interface IFullScreen : IAutoDisposable
Inherited Members

Methods

Exit()

Tells the browser to exit fullscreen mode.

Events

Entered

Occurs when the browser instance has been toggled into full-screen mode.

Exited

Occurs when the browser instance has been toggled out of full-screen mode.