G GuyBooth Active Member Licensed User Longtime User Oct 11, 2013 #1 Is it possible to programmatically change the Toggle Button text at run time - possibly using the reflection library?
Is it possible to programmatically change the Toggle Button text at run time - possibly using the reflection library?
klaus Expert Licensed User Longtime User Oct 11, 2013 #2 With ToggleButton1.TextOn = "Button ON" ToggleButton1.TextOff = "Button OFF" Best regards. Upvote 0
G GuyBooth Active Member Licensed User Longtime User Oct 11, 2013 #3 Wow - I AM going blind. Thanks Klaus, don't know why I missed it in the drop down. Upvote 0