I am trying to disable a scpecific tab in a tabcontrol depending on how a checkbox is populated in a subforrm.
I tried using:
me.tabName.enabled = false but this is ignored.
me.tabName.Visible = false DOES work. But my preferred behavior would be for the tab to remain visible but inactive with the caption grayed out.
I tried using:
me.tabName.enabled = false but this is ignored.
me.tabName.Visible = false DOES work. But my preferred behavior would be for the tab to remain visible but inactive with the caption grayed out.