riktek
Member
- Local time
- Today, 00:10
- Joined
- Dec 15, 2023
- Messages
- 70
In the realm of stupid questions, but I've not had to do this before and my Google-Fu has failed me:
Which, if any, event occurs when one double-clicks on a TabControl object's tab, perhaps otherwise referred to a Page object's tab? More specifically, on the active tab / tab for the active page?
TabControl.DoubleClick occurs when one double-clicks in the area to the right of existing tabs. A single click on an inactive tab of course triggers Change but that's not germane.
Page.DoubleClick occurs when one double-clicks on the page body outside of any control.
Neither occurs when one double-clicks on the tab itself for a particular page. (Again, I'm most interested in the active tab.) I'm left wondering whether any events occur, which would be unfortunate because it is an obvious click target. Of course, I'd prefer not to have to create a redundant subform label just to obtain a functional click target.
Which, if any, event occurs when one double-clicks on a TabControl object's tab, perhaps otherwise referred to a Page object's tab? More specifically, on the active tab / tab for the active page?
TabControl.DoubleClick occurs when one double-clicks in the area to the right of existing tabs. A single click on an inactive tab of course triggers Change but that's not germane.
Page.DoubleClick occurs when one double-clicks on the page body outside of any control.
Neither occurs when one double-clicks on the tab itself for a particular page. (Again, I'm most interested in the active tab.) I'm left wondering whether any events occur, which would be unfortunate because it is an obvious click target. Of course, I'd prefer not to have to create a redundant subform label just to obtain a functional click target.