OnFullScreen Event (ALog)

Notifies an application when the FullScreen property has changed.

Syntax

Object.OnFullScreen ( bFullScreen )

The OnFullScreen event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bFullScreen

Val Bool

True if the Internet Explorer is in full-screen mode or False if not.

Where

bFullScreen can have one of the following values:

 

Value

Description

True

Internet Explorer is in full-screen mode.

False

Internet Explorer is not in full-screen mode.

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Applies to

ALog

See Also

OnPropertyChange