I am creating a form using the SSTab control. For the first tab I wanted more than one page and had to copy the control in order to achieve this. I then placed next page and previous page buttons off of the tab control that were set up to determine which of the tab controls were visible (SSTab1 or SSTab2).
When I began to work on the second tab of SSTab1, I only wanted one page for the tab control, but I wanted to keep the command buttons I created in the same place, but write code that says something to the effect of "if tab 2 is selected, nextpagebutton. enable = false," however, I have been unable to find anything that would suggest that you can create events for individual tabs. Is this possible?
When I began to work on the second tab of SSTab1, I only wanted one page for the tab control, but I wanted to keep the command buttons I created in the same place, but write code that says something to the effect of "if tab 2 is selected, nextpagebutton. enable = false," however, I have been unable to find anything that would suggest that you can create events for individual tabs. Is this possible?
Comment