R
Ralph Krausse
I dropped a tab control on my form and wanted to create an event to
capture a Keypress. Looking at the events, I couldn't find a KeyPress
event, only to find it in my form. So I created it there and then
manually moved it to hook into the tab control. It all works fine but
I was wondering if there is a way that I could make the tab control
properties show the inherited events so that I could just double click
and get my event, not go thru the pain of double clicking on the form
and then moving the code.
TIA
Ralph
capture a Keypress. Looking at the events, I couldn't find a KeyPress
event, only to find it in my form. So I created it there and then
manually moved it to hook into the tab control. It all works fine but
I was wondering if there is a way that I could make the tab control
properties show the inherited events so that I could just double click
and get my event, not go thru the pain of double clicking on the form
and then moving the code.
TIA
Ralph