Function ====== PanelManager.SetScreenState ====== 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 | ^ [[macros:namespace|namespace]] | [[macros:namespace:panelmanager]] | ^ parameter | group ( [[macros:type:string]] ) : The screengroup the display belongs to. | ^ ::: | index ( [[macros:type:int32]] ) : the index of the display in the group. | ^ ::: | enable ( [[macros:type:boolean]] ) : If set to true enable. | ^ return value | [[macros:type:void]] | Possible screengroups: * externalDisplay (index 0, 1) * main (index 0) * touch (index 0, 1) * synergyLeft (index 0) * synergyRight (index 1) * wingALcd (index 0...5) * wingBLcd (index 0...5) * tnpScreen == Example in == [[macros:example:enableexternaldisplay]]: PanelManager.SetScreenState("externalDisplay", 0, System.ExternalDisplay.Enabled) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~