02-12-2025 04:50 AM
Hello,
Is it possible to set the active page on a tab page control? I would like to ensure that a particular page is the active one whenever the dialogue box containing the control is shown to the user.
Thanks.
Solved! Go to Solution.
02-18-2025 06:24 AM
Use
TabPageControl.ActivePageIndex = 1
This also triggers the change event of the control.