The WM_CTLCOLORSCROLLBAR message is sent to the parent window of a scroll bar control when the control is about to be drawn. By responding to this message, the parent window can use the given display context handle to set the background color of the scroll bar control.
WM_CTLCOLORSCROLLBAR hdcSB = (HDC) wParam; // handle of scroll-bar display context hwndSB = (HWND) lParam; // handle of scroll bar
If an application processes this message, it must return the handle of a brush. Windows uses the brush to paint the background of the scroll bar control.
The DefWindowProc function selects the default system colors for the scroll bar control.
The WM_CTLCOLORSCROLLBAR message is never sent between threads; it is only sent within the same thread.
DefWindowProc, RealizePalette, SelectPalette, WM_CTLCOLORBTN, WM_CTLCOLORDLG, WM_CTLCOLOREDIT, WM_CTLCOLORLISTBOX, WM_CTLCOLORMSGBOX, WM_CTLCOLORSTATIC
See also:
| file: /Techref/os/win/api/win32/mess/src/msg23_1.htm, 2KB, , updated: 2000/4/7 12:20, local time: 2012/5/24 19:58,
38.107.179.232:LOG IN |
| ©2012 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://www.piclist.com/tecHREF/os/win/api/win32/mess/src/msg23_1.htm"> WM_CTLCOLORSCROLLBAR</A> |
| Did you find what you needed? |
|
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE. |
.