Just wanted to add here that if you are ever curious as to what events are being generated upon user action, you can go to the .uir file, and change your cursor to the hand and finger. This simulates the user "clicking around" on your panel. You'll notice that as you click, in the upper right corner, the events that take place are listed out as they occur. You have to look fast, as sometimes several can happen in a row, and they switch quickly. There is an EVENT_LEFT_CLICK for sure, and depending on what control has focus, there can also be a EVENT_GOT_FOCUS and an EVENT_LOST_FOCUS. How about that? A question that was answered by three NI employees in three different departments. Cool, huh?