====== GetSysColor ====== GetSysColor Returns the value of the system color by specified index. **Parameters** |< 100% 15% >| |var|Name of the variable that will receive the value.| |color index|Numeric index of system color. Their values are available [[http://msdn.microsoft.com/en-us/library/windows/desktop/ms724371.aspx|here]]. In case of passing unsupported value, will show an error message.|