[ Version ( since = "3.22" ) ]
public void set_choice (string id, string option)
Selects an option in a 'choice' that has been added with add_choice.
For a boolean choice, the possible options are "true" and "false".
this | |
id |
the ID of the choice to set |
option |
the ID of the option to select |