The WM_CTLCOLORSTATIC message is sent to the parent window of a static control when the control is about to be drawn. By responding to this message, the parent window can use the given device context handle to set the text and background colors of the static control.
WM_CTLCOLORSTATIC hdcStatic = (HDC) wParam; // handle of display context hwndStatic = (HWND) lParam; // handle of static control
If an application processes this message, the return value is the handle of a brush that Windows uses to paint the background of the static control.
The DefWindowProc function selects the default system colors for the static control.
The WM_CTLCOLORSTATIC message is never sent between threads; it is sent only within the same thread.
DefWindowProc, RealizePalette, SelectPalette, WM_CTLCOLORBTN, WM_CTLCOLORDLG, WM_CTLCOLOREDIT, WM_CTLCOLORLISTBOX, WM_CTLCOLORMSGBOX, WM_CTLCOLORSCROLLBAR
file: /Techref/os/win/api/win32/mess/src/msg23_2.htm, 2KB, , updated: 2004/12/16 03:21, local time: 2024/11/7 10:39,
18.221.240.52:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/mess/src/msg23_2.htm"> WM_CTLCOLORSTATIC</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.