Titan Property ====== Programmer.BlindActive ====== ^ API | http://api.avolites.com/10.1/Programmer.BlindActive.html | ^ description | Gets or sets a value indicating whether blind mode is active. | ^ [[macros:namespace]] | [[macros:namespace:programmer]] | ^ type | [[macros:type:boolean]] | This property is used by the function [[macros:function:programmer.setblindmode|]] to determine whether to enter or leave blind mode. == example == [[macros:example:blindmodeonoff|]] ActionScript.SetProperty.Boolean("Programmer.BlindActive", true) Programmer.SetBlindMode(false, 0) In this example, ''Programmer.BlindActive'' is set before calling ''Programmer.SetBlindMode()''. == used in == {{backlinks>.}}