You won't without looking inside the BA Core.jar or the source code on GitHub. If you do you will find it extends android.widget.Spinner. So you find the API for that
and dig around to see if you can find what you want. In your case the B4A Spinner is a complicated wrap of android.widget.Spinner so you chose a bad one to start with and I have no idea how to achieve what you want
Thank you Agraham for the great advice. I will dig around and see if I can discover anything.
Otherwise I lay down a nice challenge for all the gurus, to make a method to close the spinner!
OK thanks Erel, that clears that up then.
Not the end of the world, I guess I will find an alternate way of doing what I want.
Thanks a lot guys for the help, always appreciated.