Tagged Questions

4
votes
2answers
59 views

How to refer to BG-color, used by some Windows elements (scrollbar, pushed-in option button, etc.)?

Does anybody know how can I reference in C# a system background color, used on elements like scrollbar or pushed-in option button or tab (as the background for 'tabPage1' in the image below)? Or, if ...
2
votes
1answer
313 views

.NET: How to get ActiveCaptionText color when window is maximized?

How do you get the ActiveCaptionText color when a window is maximized? The color is correct when the window is restored: But is the wrong color when the window is maximized: How do you get the ...