Forum Discussion
YMinaev
Staff
16 years agoHi Dmitriy,
If you want to get a numeric color value, these constants seem to be useless. You can do this by using the GetSysColor API function.
For example:
If you want to get a numeric color value, these constants seem to be useless. You can do this by using the GetSysColor API function.
For example:
Log.Message(Win32API.GetSysColor(Win32API.COLOR_WINDOW));