TB_INSERTBUTTONTB_INSERTBUTTON*
*Contents  *Index  *Topic Contents
*Previous Topic: TB_INDETERMINATE
*Next Topic: TB_INSERTMARKHITTEST

TB_INSERTBUTTON


TB_INSERTBUTTON 
    wParam = (WPARAM) iButton; 
    lParam = (LPARAM) (LPTBBUTTON) lpButton; 

Inserts a button in a toolbar.

iButton
Zero-based index of a button. The message inserts the new button to the left of this button.
lpButton
Address of a TBBUTTON structure containing information about the button to insert.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.