IFullScreen Interface | 
[Missing <summary> documentation for "T:DotNetBrowser.Browser.FullScreen.IFullScreen"]
Namespace: DotNetBrowser.Browser.FullScreen
public interface IFullScreen : IAutoDisposable
The IFullScreen type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | 
| Name | Description | |
|---|---|---|
| Disposed | 
                Occurs when the object has been disposed.
              (Inherited from IAutoDisposable.) | |
| 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.
              |