Command.hidden property

Gets a value that indicates whether the Command is hidden.

Syntax

var hidden = command.hidden;

Property value

Type: Boolean

true if the Command is hidden; otherwise, false.

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

Command