We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Font of docked window in AutoHide mode

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

1 Reply

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

Loader.
Up arrow icon