GetSysColorBrush function user32
The GetSysColorBrush function retrieves a handle identifying a logical brush that corresponds to the specified color index.
HBRUSH GetSysColorBrush(
int nIndex
);
Implementation
int GetSysColorBrush(int nIndex) => _GetSysColorBrush(nIndex);