Search
FlowChart.HideScrollers Method
See Also
 



Hides the scrollbars.

 Syntax

VB6  Copy Code

Public Sub HideScrollers ()

C++  Copy Code

public:
void HideScrollers ()

 Remarks

Hide the scrollbars of the control. Pay attention to the fact that built-in scrollbars are created only if FlowChartX has its own window. If you use it windowless you can register external scrollbars within the control. For more information, refer to RegExtrScrollers.

 See Also