TB_HIDEBUTTON message
Hides or shows the specified button in a toolbar.
Parameters
- wParam
-
Command identifier of the button to hide or show.
- lParam
-
The LOWORD is a BOOL that indicates whether to hide or show the specified button. If TRUE, the button is hidden. If FALSE, the button is shown.
The HIWORD must be zero.
Return value
Returns TRUE if successful, or FALSE otherwise.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/27/2012
