Live Chat Icon For mobile
Live Chat Icon

What class or method do I use to retrieve system metrics like the width of a scrollbar

Platform: WinForms| Category: from MFC

In the .NET framework, you use the SystemInformation class from the System.Windows.Forms namespace. This class has comparable information to what GetSystemMetrics() returned in VC6. There is also a Screen class that contains additions display device properties.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.