Tab Control Disable

I am trying to disable a tab control but nothing happens when setting .Enabled = True. Any information would be appreciated. Code Example: Dim tpSection As TabPageExt For Each tpSection In tabSections.TabPages tpSection.Enabled = False Next

1 Reply

AD Administrator Syncfusion Team December 10, 2002 01:18 PM UTC

Jeff, This is not supported in our current version. But, will be very soon in one of our next versions. In the current version, setting Enabled to false on the TabPageExt will make the tab page and it's contents disabled but the tab will still stay enabled and the user will be able to select it. This will be made to draw disabled in our future version. Regards, Praveen Ramesh

Loader.
Up arrow icon