Help Center

CToolbar.GetDisabledImageListmethod

Retrieves the image list that a toolbar control uses to display inactive buttons.

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION GetDisabledImageList (BYVAL hToolbar AS HWND) AS HIMAGELIST

Parameters

NameDescription
hToolbarHandle to the toolbar control.

Return value

Returns the handle to the inactive image list, or NULL if no inactive image list is set.

Description

Retrieves the image list that a toolbar control uses to display inactive buttons.

Reference

  • Include file CToolbar.inc
  • Defined in AfxNova/CToolbar.inc:557
  • Documented in Windows/WIndows Controls/CToolbar Class.md
  • Topic: CToolbar Class