Shows the scrollbars.
SyntaxVB6
Copy Code
|
|---|
Public Sub ShowScrollers () |
C++
Copy Code
|
|---|
public: |
RemarksMakes built-in scrollbars visible if the control is created in its own window. If you use windowless instantiation and external scrollbars, then you can set their visibility by calling Windows API functions.
See Also