It would appear that the Enabled property has no effect. The ComboBox is still active when setting the property Enabled = False. The way I'm setting property is as follows:
What am I doing wrong or is this a bug?
Thanks for your help.
B4X:
cbCombo.mBase.Enabled = False
Thanks for your help.