How to Highlight TabPage Text in TabControlAdv
18 Nov 20181 minute to read
The TabPage text can be highlighted using the HotTrack property of the TabControlAdv when the mouse hovers over it. This can be enabled programmatically using the code snippet given below.
this.tabControlAdv1.HotTrack = true;Me.tabControlAdv1.HotTrack = True