Contents Index Topic Contents | ||
Previous Topic: TB_GETPADDING Next Topic: TB_GETROWS |
TB_GETRECT
TB_GETRECT wParam = (WPARAM)(INT) iID; lParam = (LPARAM)(LPRECT) lprc;Retrieves the bounding rectangle for a specified toolbar button.
- Returns nonzero if successful, or zero otherwise.
- iID
- Button identifier.
- lprc
- Address of a RECT structure that will receive the bounding rectangle information.
Version 4.70.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.