Get the system colours

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hi

I can I retrieve the actual colour of the user's system colours but not by
checking the actual value of e.g. a form to find out the colour of the
system control just directly from the system settings

Thank you,
Shmuel Shulman
SBS Technolologies LTD
 
S Shulman said:
I can I retrieve the actual colour of the user's system colours but not by
checking the actual value of e.g. a form to find out the colour of the
system control just directly from the system settings

Check out 'SystemColors.*'. If you want to draw using these colors, check
out 'SystemBrushes.*' too.
 
Back
Top