TB_DELETEBUTTON

This message deletes a button from the toolbar.

At a Glance

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

Syntax

  1. TB_DELETEBUTTON wParam = (WPARAM) iButton; lParam = 0;

Parameters

iButton

Zero-based index of the button to delete.

Return Values

TRUE indicates success. FALSE indicates failure.