Search
FlowChart.BoxCollapsed Event
See Also
 



Raised when a user collapses a tree of items, whose root is the box passed as an argument.

 Syntax

VB6  Copy Code

Public Event BoxCollapsed

 Event Data

Parameter

Type

Description

box

[input] reference to a Box

The root of the collapsed tree.

Dispatch ID: 75

 Remarks

Raised when a user collapses a tree of items, whose root is the box passed as an argument. Users are able to expand or collapse a tree of diagram items by clicking the +/- button on the right of boxes. This button is visible if the Expandable property of a box is set to true.

 See Also