Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
void GetBandBorders( UINT uBand**, LPRECT** prc ) const;
Parameters
uBand
Zero-based index of the band for which the borders will be retrieved.
prc
A pointer to a 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. For a description of rebar control styles, see in the Platform SDK.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.