Raised when FlowChartX gains or loses the keyboard focus.
SyntaxVB6
Copy Code
|
|---|
Public Event FocusChanged |
Event DataParameter | Type | Description |
|---|---|---|
hasFocus | [input] boolean | Indicates whether the control is focused. |
Dispatch ID: 68
RemarksRaised 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