Search
FlowChart.ClearAll Method
See Also
 



Removes all objects from the diagram.

 Syntax

VB6  Copy Code

Public Sub ClearAll ()

C++  Copy Code

public:
void ClearAll ()

 Remarks

Removes all diagram items and groups. This method might be invoked in response to a File\New menu command. The values of FlowChartX properties are not affected by ClearAll.

 See Also