GetSysColor method

int GetSysColor(
  1. int nIndex
)

Implementation

int GetSysColor(
  int nIndex,
) {
  return _GetSysColor(
    nIndex,
  );
}