TB_GETBUTTONINFO (Compact 2013)
3/28/2014
The TB_GETBUTTONINFO message retrieves information for a button.
Syntax
TB_GETBUTTONINFO
wParam = (WPARAM) (int) iID;
lParam = (LPARAM) (LPTBBUTTONINFO) lptbbi;
Parameters
- iID
Button identifier.
- lptbbi
Long pointer to a TBBUTTONINFO structure that receives the button information. The cbSize and dwMask members of this structure must be filled in prior to sending this message.
Return Value
Returns true if the message succeeds, or false if an error occurs.
Requirements
Header |
commctrl.h |