How to read color of form region title?

  • Thread starter Thread starter Mark B
  • Start date Start date
M

Mark B

I want my combobox text to be the same color as the form region title.

How can I programmatically read that color?

And other Outlook screen item colors for that matter?

TIA
 
As far as I know the only way to do that is to get the screen coordinates of
a point and read the pixel at that point using API calls. There might be
something also in the CLR to read screen pixels, I'm guessing there is but I
haven't tried that so I can't be positive.
 
Back
Top