vb.net - Disable tab in .NET -
i cannot disable tab in vb.net tab container.
any 1 knows how disable tab :/
i want this:
i think need.
dim itotaltabs = me.tabcontrol1.tabcount() dim x integer x = 0 itotaltabs - 1 me.tabcontrol1.tabpages(x) .enabled = false if .name = "tabpage2" or .name = "tabpage4" .enabled = true end if end next
if not working feel free ask more.
regards.
Comments
Post a Comment