Function
Void ActionScript.SetProperty.String(String id, String value)
| API | http://api.avolites.com/10.1/ActionScript.SetProperty.String.html |
|---|---|
| description | Sets an action script property to a string value |
| namespace | ActionScript.SetProperty |
| parameter | id ( String ) : The id of the property. |
| value ( String ) : The value to set. | |
| return value | Void |
<step pause="0.001">ActionScript.SetProperty.String("Windows.ShowLibrary.FilterText","")</step>