Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

hidden attribute | hidden property

Sets or retrieves the value indicating whether the embedded object is invisible.

Syntax

HTML<element hidden="p" ... >
JavaScript

p = object.hidden

 

Property values

Type: String

false

Default. Object is not hidden.

true

Object is hidden.

See also

embed

 

 

Show:
© 2017 Microsoft