RB_GETBANDBORDERSRB_GETBANDBORDERS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: RB_ENDDRAG
*Next Topic: RB_GETBANDCOUNT

RB_GETBANDBORDERS


RB_GETBANDBORDERS
    wParam = (WPARAM)(UINT) uBand;
    lParam = (LPARAM)(LPRECT) lprc;

Retrieves the borders of a band. The result of this message can be used to calculate the usable area in a band.

uBand
Zero-based index of the band for which the borders will be retrieved.
lprc
Address of a RECT structure that will receive the band borders. If the rebar control has the RBS_BANDBORDERS style, each member of this structure will receive the number of pixels, on the corresponding side of the band, that constitute the border. If the rebar control does not have the RBS_BANDBORDERS style, only the left member of this structure receives valid information.

Version 4.71


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