Search
FlowChart.LayoutProgress Event
See Also
 



Raised regularly during execution of layout algorithms to allow tracking the layout progress.

 Syntax

VB6  Copy Code

Public Event LayoutProgress

 Event Data

Parameter

Type

Description

current

[input] long

The current relative progress of the layout algorithm.

total

[input] long

The total number of steps that the algorithm will run.

Dispatch ID: 99

 Remarks

This event is raised periodically during the execution of the ArrangeDiagram method. It can be used to update the state of a progress bar that shows the progress of the layout algorithm.

 See Also