CWnd* GetBuddy( BOOL fLocation = TRUE ) const;
Return Value
A pointer to a CWnd object that is the buddy window at the location specified by fLocation, or NULL if no buddy window exists at that location.
Parameters
fLocation
Value indicating which buddy window handle will be retrieved, by relative location. This value can be one of the following:
Remarks
This member function implements the behavior of the Win32 message TBM_GETBUDDY, as described in the Platform SDK.
For a description of the slider control styles, see Trackbar Control Styles in the Platform SDK.
CSliderCtrl Overview | Class Members | Hierarchy Chart
See Also CSliderCtrl::SetBuddy