TB_SETDISABLEDIMAGELIST
This message sets the image list that the toolbar control will use to display disabled buttons.
TB_SETDISABLEDIMAGELIST wParam = 0;
lParam = (LPARAM)(HIMAGELIST) himlNewDisabled;
Parameters
- wParam
Not used. - himlNewDisabled
Handle to the image list to be set.
Return Values
Returns the handle to the image list previously used to display disabled buttons, or NULL if no image list was previously set.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.