Help Center

CToolbar.IsButtonHiddenmethod

Determines whether the specified button in a toolbar is hidden.

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION IsButtonHidden (BYVAL hToolbar AS HWND, BYVAL idButton AS LONG) AS LONG

Parameters

NameDescription
hToolbarHandle to the toolbar control.
idButtonCommand identifier of the button.

Return value

Returns nonzero if the button is hidden, or zero otherwise.

Description

Determines whether the specified button in a toolbar is hidden.

Reference

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