Search
FlowChart.BoxSelected Event
See Also
 



Occurs when a box is selected, either programmatically or by end-users.

 Syntax

VB6  Copy Code

Public Event BoxSelected

 Event Data

Parameter

Type

Description

box

[input] reference to a Box

The box that is selected.

Dispatch ID: 3

 Remarks

Raised when a user selects a box, making it the ActiveBox.

 See Also