Script access to read the text of a Dropdown Menu control's options
Currently with scripting, Dropdown Menu controls are write-only, by using setPropertyParameters() with a text array to change the list of options.
It would be helpful to have something like getPropertyParameters() to output the existing control options as a text array, so that the controls are read/write.
