Search
FlowChart.FocusChanged Event
See Also
 



Raised when FlowChartX gains or loses the keyboard focus.

 Syntax

VB6  Copy Code

Public Event FocusChanged

 Event Data

Parameter

Type

Description

hasFocus

[input] boolean

Indicates whether the control is focused.

Dispatch ID: 68

 Remarks

Raised when FlowChartX gains or loses the keyboard focus. The event parameter indicates whether the control has the focus. Focus can be indicated visually by drawing standard focus frame around the control; this is enabled/disabled through the ShowFocusFrame property.

 See Also