Window Title Font

Is there any way we can change the Window Title Font in .NET? Thanks in advance.

1 Reply

PS Prakash S Syncfusion Team May 7, 2003 08:40 PM UTC

Hi, The Window title font is a system wide setting and I can't think of any way to change this within .NET. If PInvoke is an option, then you could try handling WM_NCPAINT and custom drawing the font for the particular window. Or for a system wide change you could invoke the ::SystemParametersInfo API with the suitable NONCLIENTMETRICS value. Prakash Syncfusion, Inc

Loader.
Up arrow icon