GetSysColor function user32

int GetSysColor(
  1. int nIndex
)

Retrieves the current color of the specified display element. Display elements are the parts of a window and the display that appear on the system display screen.

DWORD GetSysColor(
  int nIndex
);

Implementation

int GetSysColor(int nIndex) => _GetSysColor(nIndex);