The COLORREF value is a 32-bit value used to specify an RGB color.
也就是说返回的就是一个32位的颜色RGB值。
COLORREF value that represents the current text color. If this value is -1, the control is using the system color for the text color.
返回一个代表当前文本颜色的COLORREF值。如果这个值是- 1,则控件是使用系统颜色作为文本颜色。
COLORREF value that represents the previous text color. If this value is -1, the control was using the system color for the text color.
一个代表先前的文本颜色的COLORREF值。如果这个值是- 1,则控件使用系统颜色作为文本的颜色。
COLORREF value that represents the current background color. If this value is -1, the control is using the system color for the background color.
返回一个代表当前背景颜色的COLORREF值。如果这个值是- 1,则控件正使用系统的颜色作为背景色。
COLORREF value that contains the new background color. If this value is -1, the control will revert to using the system color for the background color.
一个包含了新的背景颜色的COLORREF值。如果这个值是- 1,则控件将改变为用系统颜色作为背景色。
COLORREF value that contains the new background color. If this value is -1, the control will revert to using the system color for the background color.
一个包含了新的背景颜色的COLORREF值。如果这个值是- 1,则控件将改变为用系统颜色作为背景色。
应用推荐