TB_SETDISABLEDIMAGELIST

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

  1. TB_SETDISABLEDIMAGELIST wParam = 0;
    lParam = (LPARAM)(HIMAGELIST) himlNewDisabled;

Parameters

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.