Connecting Tech Pros Worldwide Forums | Help | Site Map

determine color of selected node...

hzgt9b@nopost.com
Guest
 
Posts: n/a
#1: Aug 31 '05
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
Guest
 
Posts: n/a
#2: Aug 31 '05

re: determine color of selected node...


Set the treeview's HideSelection property to False.

HTH,
Tom Dacon
Dacon Software Consulting

"hzgt9b@nopost.com" <hzgt9bnopostcom@discussions.microsoft.com> wrote in
message news:99F6F6F8-9B65-4327-9E3B-3BE3EB0ADD9D@microsoft.com...[color=blue]
>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?[/color]


Closed Thread