TBM_GETBUDDYTBM_GETBUDDY*
*Contents  *Index  *Topic Contents
*Previous Topic: TBM_CLEARTICS
*Next Topic: TBM_GETCHANNELRECT

TBM_GETBUDDY


TBM_GETBUDDY
    wParam = (WPARAM)(BOOL) fLocation;
    lParam = 0;

Retrieves the handle to a trackbar control buddy window at a given location. The specified location is relative to the control's orientation (horizontal or vertical).

fLocation
Value indicating which buddy window handle will be retrieved, by relative location. This value can be one of the following:
TRUE Retrieves the handle to the buddy to the left of the trackbar. If the trackbar control uses the TBS_VERT style, the message will retrieve the buddy above the trackbar.
FALSE Retrieves the handle to the buddy to the right of the trackbar. If the trackbar control uses the TBS_VERT style, the message will retrieve the buddy below the trackbar.

Version 4.70


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