Documentation for this section has not yet been entered.
The nodes of a System.Windows.Forms.TreeView are typically drawn by the operating system. The TreeView.DrawMode property lets you customize the appearance of the nodes. To do this, set TreeView.DrawMode to TreeViewDrawMode.OwnerDrawAll or TreeViewDrawMode.OwnerDrawText and provide a handler for the TreeView.DrawNode event. This is called owner drawing.