How would I display a partially checked node? What I mean by this is, rather
than a completely checked or unchecked node, a node that displays a grey
check mark when some of its children are checked.
I can't seem to find this functionality in the stock TreeView supplied in
Visual Studio 2003. If there is a more manual process to implementing
something like this, where would I start?