CScrollBar::CScrollBar
CScrollBar();
Remarks
Constructs a CScrollBar object. After constructing the object, call the Create member function to create and initialize the Windows scroll bar.
Example
// Declare a CScrollBar control.
CScrollBar m_ScrollBar;
CScrollBar Overview | Class Members | Hierarchy Chart
See Also CScrollBar::Create