03-27-2014 09:36 AM
I would like to change the switchstyle (from VERTICALTOGGLE to PUSHBUTT0N3D) in a SwitchArray. I can do that with at design time but I can't seem to find out how to do it at run time (i.e., programmatically).
Attached is a VB.net project that creates a 8 × 4 LED or Switch matrix. I'd like the switchs to be PUSHBOTTTON3D.
Thanks.
03-28-2014 11:15 AM
Hi,
After looking through the documentation, it does not look like there is a way to change the “Switch Style” programmatically. As an alternative, you might consider creating multiple SwitchArrays with different Switch Styles, placing them on top of each other on the panel, and then changing which one is in focus.
Regards,