The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
When a control is docked to a border and is in hidden mode, the control's title appears on the window border. Is there a way to change the font size of this title -- for example, to make it bigger?
It's not really a big deal, but someone was asking me about it...
David
PSPrakash 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