Search
FlowChart.ShowScrollers Method
See Also
 



Shows the scrollbars.

 Syntax

VB6  Copy Code

Public Sub ShowScrollers ()

C++  Copy Code

public:
void ShowScrollers ()

 Remarks

Makes 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