disable tab control page
-
Dear all I have a tab control that contains 5 pages. I want to disable the last 4 pages untill I finish from the first one, then I enable the second one untile I finish it and so on. But, How to do it???? I searched in the properties but did not find anything, is there a programmatic solution. waitting.......... thanks
-
Dear all I have a tab control that contains 5 pages. I want to disable the last 4 pages untill I finish from the first one, then I enable the second one untile I finish it and so on. But, How to do it???? I searched in the properties but did not find anything, is there a programmatic solution. waitting.......... thanks
TapPage
hasEnabled
Property but it's for internal use by .Net Library so they dont make it appear in intelisense so to control access of tabpage handelSelectedIndexChanged
event in you code this will let you control access of tabpage Look this link at MSDN http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskdisablingtabpagesprogrammatically.asp[^] MCAD