Function
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. |
| namespace | Programmer.Editor.Fixtures |
| parameter | offFlag ( Boolean ) : if set to true Off the control, false, remove the Off. |
| return value | Void |
See example below: in order to select a control use e.g. Programmer.Editor.Fixtures.SetContextAttributeFromId
There is a matching function which works exactly the other way, see Programmer.Editor.Fixtures.SetSelectedControlsOn
Programmer.Editor.Fixtures.SetSelectedControlsOff(true)