Call this member function to create a slider control and attach it to the CSliderCtrl object.
You construct a CSliderCtrl in two steps. First call the constructor, then call Create.
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
Header file: | Afxcmn.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CSliderCtrl Overview, CSliderCtrl Member Functions, Control Classes, CSliderCtrl::CSliderCtrl