Easy...
Edit the LED contrl, delete the label.
Create a TEXTMSG control, change the text to the label text, adjust attributes like size, bold, etc to look just like your label.
Put the TEXTMSG control where your label was, and give it the callback function name to call on EventCommit.
Now, the one tricky part: You must explicitly use the LED control handle in the callback function, not the passed parameter 'control'.
Enjoy...