Perhaps this was a mental block, in which case ignore this. I can't test this right now.
The other day I had added a checkbox to a panel and used the Generate Members menu by right-clicking on the checkbox in the new tree view off to the left. While I was able to generate a DIM statement and a CheckChanged event, there was no option to generate a CLICK event. Since I wanted to show a message to the user when the box was checked, I needed a click event and had to create it manually in the code since there was no option to generate it.
Not sure if this is a bug or intentional, but I think that all possible members should be available to "generate" for all view types. This may affect other view types as well.
The other day I had added a checkbox to a panel and used the Generate Members menu by right-clicking on the checkbox in the new tree view off to the left. While I was able to generate a DIM statement and a CheckChanged event, there was no option to generate a CLICK event. Since I wanted to show a message to the user when the box was checked, I needed a click event and had to create it manually in the code since there was no option to generate it.
Not sure if this is a bug or intentional, but I think that all possible members should be available to "generate" for all view types. This may affect other view types as well.