Hello,
I am trying to set a toogle button state also view the current state of a toogle button and can't seem to work it out.
I have used the following code but it seem not to work.
Any ideas?
I am trying to set a toogle button state also view the current state of a toogle button and can't seem to work it out.
I have used the following code but it seem not to work.
B4X:
Dim ToggleButton1 As ToggleButton
ToggleButton1.Checked = True
Any ideas?