Loads the contents of an existing diagram file into the control.
SyntaxVB6
Copy Code
|
|---|
Public Sub LoadFromFile( _ |
C++
Copy Code
|
|---|
public: |
RemarksLoads a flowchart document from a file. The file should be created using SaveToFile method.
See Also