I want to determine the back color that treeview node takes on when selected...
its some blue value but I haven't been able to determine what it is...
The reason that I ask is that when the treeView looses focus, the selected
node is no longer highlighted.... I want to use this color to mask the
changes in focus for the users of my app so they don't get lost in the tree
view...
Anyone have any idea?
Tom Dacon - 31 Aug 2005 21:49 GMT
Set the treeview's HideSelection property to False.
HTH,
Tom Dacon
Dacon Software Consulting
>I want to determine the back color that treeview node takes on when
>selected...
[quoted text clipped - 7 lines]
>
> Anyone have any idea?