SystemColors.HighlightText returns White
-
I have a little problem. I have been hacking together a listview control that will not highlight the icon. I am almost there. I wanted to use SystemColors.HighlightText as the color to highlight the listitem just like everything else does. It appears that SystemColors.HighlightText is returning White or RGB of (255,255,255). Am I just totally missed something or what? Anybody know what the RGB is of the standard highlight color?
-
I have a little problem. I have been hacking together a listview control that will not highlight the icon. I am almost there. I wanted to use SystemColors.HighlightText as the color to highlight the listitem just like everything else does. It appears that SystemColors.HighlightText is returning White or RGB of (255,255,255). Am I just totally missed something or what? Anybody know what the RGB is of the standard highlight color?
use : SystemColors.Highlight thats the bg color (usually dark blue) //Roger