Function
Void PanelManager.SetScreenState(String group, Int32 index, Boolean enable)
API | http://api.avolites.com/11.0/PanelManager.SetScreenState.html |
---|---|
description | Sets the state of a screen |
namespace | PanelManager |
parameter | group ( String ) : The screengroup the display belongs to. |
index ( Int32 ) : the index of the display in the group. | |
enable ( Boolean ) : If set to true enable. | |
return value | Void |
Possible screengroups:
System - Enable External Display (PC-Suite only):
<step>PanelManager.SetScreenState("externalDisplay", 0, System.ExternalDisplay.Enabled)</step>