Disable a tab page?

Does anyone know how I can make my tab control behave in a mutually exclusive manner; i.e. I want to go into an "edit" mode on one tab and force the user to cancel the edit before clicking on other tabs. TIA, Kevin

1 Reply

SK Shardool Karnik December 17, 2002 05:06 PM UTC

Have you tried the Tab change event and load the previous tab ? You might need to maintain a pointer ... some reason the enable property on tabs doesn't seem to work ... > Does anyone know how I can make my tab control behave in a mutually exclusive manner; i.e. I want to go into an "edit" mode on one tab and force the user to cancel the edit before clicking on other tabs. > > TIA, > Kevin

Loader.
Up arrow icon