Syncfusion AI Assistant

How can I help you?

How to highlight the TabPage text using HotTrack property?

4 Feb 20251 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