Share via

tab control changed

Daniel Brassard 21 Reputation points
2021-11-02T18:20:12.577+00:00

hi all,

I built a form with many Tab Controls and I'm looking for a simple way to know which Tab Control is clicked.

I do not wish to check each of them, like;

$tabcontrol1_SelectedIndexChanged{...}

$tabcontrol2_SelectedIndexChanged{...}

is there a global event that would be raised if I was to click any Tab?

thank you!

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.