This topic has not yet been rated - Rate this topic

OnVisible event

Fires when the Visible property of the object is changed.

Syntax

HTML Attribute <element OnVisible = "handler(event)">
Event Property object.OnVisible = handler;
attachEvent Method object.attachEvent("OnVisible", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

vVisible [in]

Type: Boolean

A Boolean that specifies whether the object is visible. Can be one of the following values.

VARIANT_FALSE (false)

Object is not visible.

VARIANT_TRUE (true)

Object is visible.

See also

InternetExplorer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.