Function ====== Programmer.Editor.Fixtures.SetSelectedControlsOff ====== Void Programmer.Editor.Fixtures.SetSelectedControlsOff(Boolean offFlag) ^ API | http://api.avolites.com/11.0/Programmer.Editor.Fixtures.SetSelectedControlsOff.html | ^ description | Sets whether the selected controls are marked as off. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Programmer.Editor.Fixtures]] | ^ parameter | offFlag ( [[macros:type:boolean]] ) : if set to true Off the control, false, remove the Off. | ^ return value | [[macros:type:void]] | See example below: in order to select a control use e.g. [[macros:function:programmer.editor.fixtures.setcontextattributefromid|]] There is a matching function which works exactly the other way, see [[macros:function:programmer.editor.fixtures.setselectedcontrolson|]] == Example in == [[macros:example:offonattribute:]]: Programmer.Editor.Fixtures.SetSelectedControlsOff(true) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~