TB_GETBUTTONTEXTTB_GETBUTTONTEXT*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TB_GETBUTTONSIZE
*Next Topic: TB_GETCOLORSCHEME

TB_GETBUTTONTEXT


TB_GETBUTTONTEXT 
    wParam = (WPARAM) idButton; 
    lParam = (LPARAM) (LPSTR) lpszText; 

Retrieves the text of a button in a toolbar.

idButton
Command identifier of the button whose text is to be retrieved.
lpszText
Address of a buffer that receives the button text.

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