Share via


TB_SETDISABLEDIMAGELIST (Windows CE 5.0)

Send Feedback

This message sets the image list that the toolbar control will use to display disabled buttons.

TB_SETDISABLEDIMAGELISTwParam= 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

Toolbar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.