Titan Property
API | ./. |
---|---|
description | whether a window is to show its pages or not |
Namespaces | Windows.windowId |
type | Boolean |
Strictly this is an element of the respective window.
windowId refers to the workspace window as explained in Windows. This means there are properties like Windows.Playbacks.Pages
, Windows.Colours.Pages
and more.
<step>ActionScript.SetProperty.Boolean("Windows.Playbacks.Pages", true)</step>
Sets the plabacks window to show pages.