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.

TimePicker.disabled property

Applies to Windows only

Gets or sets a value that specifies whether the TimePicker is disabled.

Syntax


<div data-win-control="WinJS.UI.TimePicker" data-win-options="{ disabled : value}" ></div>


var disabled = timePicker.disabled;
timePicker.disabled = disabled;

Property value

Type: Boolean

A value that specifies whether the TimePicker is disabled.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

TimePicker

 

 

Show: