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.
SemanticZoom.isDeclarativeControlContainer property

Gets a value that determines whether any controls contained in a SemanticZoom should be processed separately. This property is always true, meaning that the SemanticZoom takes care of processing its own controls.
Syntax
var isDeclarativeControlContainer = SemanticZoom.isDeclarativeControlContainer;
Property value
Type: Boolean
true if WinJS controls created declaratively within the SemanticZoom will be processed by the SemanticZoom itself. This property is always true.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: