I have looked at RRUZ's awesome VCL Style Utils, and in the VCL Styles source, and I can't see any way to change the nonclient area caption font face (name), or color, or size, at runtime.
Is there a way? Or do I need to subclass TNCControls
and override some paint code?
Update: I can change the font by modifying the style in the bitmap style designer, but that only lets you set the font once and never change it at runtime.