Click or drag to resize

IFullScreen Interface

[Missing <summary> documentation for "T:DotNetBrowser.Browser.FullScreen.IFullScreen"]

Namespace:  DotNetBrowser.Browser.FullScreen
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public interface IFullScreen : IAutoDisposable

The IFullScreen type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Methods
  NameDescription
Public methodExit
Tells the browser to exit fullscreen mode.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Public eventEntered
Occurs when the browser instance has been toggled into full-screen mode.
Public eventExited
Occurs when the browser instance has been toggled out of full-screen mode.
Top
See Also