P
Prashwee
I have added a TabControl to my Application lately. I need to set the tab
page text to bold when I change the index.
I have done someting like this without any result.
Can any one help me out
Private Sub TabControl1_SelectedIndexChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TabControl1.SelectedIndexChanged
CType(sender, TabControl).SelectedTab.Font = New Font(Me.Font.Bold,
FontStyle.Bold)
CType(sender, TabControl).SelectedTab.Text = "test"
End Sub
/Thanks in Advance
Prash
page text to bold when I change the index.
I have done someting like this without any result.
Can any one help me out
Private Sub TabControl1_SelectedIndexChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TabControl1.SelectedIndexChanged
CType(sender, TabControl).SelectedTab.Font = New Font(Me.Font.Bold,
FontStyle.Bold)
CType(sender, TabControl).SelectedTab.Text = "test"
End Sub
/Thanks in Advance
Prash