Control.
Tests whether the control has input focus.
bHasFocus = control.HasFocus()
Variable | Description |
---|---|
bHasFocus | The focus state of the control. BOOLEAN. |
HasFocus returns TRUE if the control has focus, or FALSE if it does not.
[ ] TextEditor.Search.GotoLine.Pick() [-] if(!GotoLine.Line.HasFocus()) [ ] GotoLine.Line.SetFocus()