If you don't mind to use the label inside a container, this could be one way to get what you want:<br>-1- create a container (this is your "command button's" background with all properties & methods you need -but the most important might be the code in its CLICK event because you will simulate the label's click event with this event)<br>-2- add a label inside the container with its BACKSTYLE='Transparent' and in its CLICK event, add:<br>THIS.PARENT.CLICK()