compare a brush and color
Posted
by Vaccano
on Stack Overflow
See other posts from Stack Overflow
or by Vaccano
Published on 2010-05-24T17:59:56Z
Indexed on
2010/05/24
18:01 UTC
Read the original article
Hit count: 359
if (backBrush == SystemColors.ActiveCaption)
This fails. Says you can't compare a brush and a color.
How do I find the color of the brush?
© Stack Overflow or respective owner