FullScreen Method

Controls the browser's full screen mode.

This method has multiple overloads.

FullScreen () Method

Toggles the browser between full-screen mode and normal mode.

C# Syntax

void FullScreen()

FullScreen (String) Method

Controls the browser's full screen mode.

C# Syntax

void FullScreen (FullScreenMode mode)
        

Parameters

mode
Indicates whether to set the browser to full screen or normal mode. Possible values: See FullScreenMode.