ContentDialog.hidden property

Gets a value that indicates whether the dialog is hidden.

Syntax

var hidden = contentDialog.hidden;

Property value

Type: Boolean

true if the dialog is hidden; otherwise, false.

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

ContentDialog