PS
Prakash S
Syncfusion Team
June 6, 2003 02:16 PM UTC
Hi David,
The AutoHide TabControls will, by default, use the System font (SystemInformation.MenuFont) that is consistent with the rest of the UI elements. While there is no direct way to change the font, you can do this by iterating the main form's Controls collection, picking out the Syncfusion.Windows.Forms.Tools.AHTabControl instances, and changing their Font property. The autohide tabs are created during layout initialization and you can change their fonts from within a handler for the DockingManager.NewDockStateEndLoad event.
Prakash
Syncfusion