OnTheaterMode Event

Fires when the TheaterMode property is changed.

Syntax

  Private Sub object_OnTheaterMode( _
  ByVal TheaterMode As Boolean)

Parameters

  • TheaterMode
    A Boolean value that specifies whether the browser is in theater mode.

    • true
      Browser is in theater mode.
    • false
      Browser is not in theater mode.

Error Codes

No return value.

Remarks

The WebBrowser object ignores this event.

Theater mode uses the entire screen to display the content.

Applies To

InternetExplorer