I am populating a WinForms TreeView control and setting the font attributes of each node differently as they are loaded.
The nodes also allow inline editing (changing the text by pressing F2, or clicking once selected like folder names in Windows Explorer).
When the node goes into edit mode though, the font used when editing reverts to the default font of the TreeView control, not that specific node's font.
Is it possible to set the font of the edit control used when editing each node, to match the font used for displaying that TreeView node? (If so, how?)