EE_GET_COLOR¶
Retrieves the text and background colors and style for the specified part. You can send this message explicitly or use the Editor_GetColor inline function.
EE_GET_COLOR
wParam = 0;
lParam = (LPARAM) (GET_COLOR_INFO*) pGetColorInfo;
Parameters¶
pGetColorInfo
Pointer to the GET_COLOR_INFO structure..
Return Values¶
The return value is TRUE if succeeded, or FALSE if failed.
Version¶
Supported on Version 14.4 or later.