Skip to content

Commit 236b4e9

Browse files
committed
Fixed wrong summary on ControlGetFocus and ControlGetHandle
Found by seadoggie01
1 parent e5f567f commit 236b4e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/autoit/native.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ Func ControlFocus($title, $text, $controlID)
16631663
EndFunc
16641664

16651665
#cs
1666-
# Returns the control's current text.
1666+
# Returns the ControlRef# of the control that has keyboard focus within a specified window.
16671667
#
16681668
# @param String|hWnd $title The title/hWnd/class of the window to access. See Title special definition.
16691669
# @param String $text The text of the window to access. See Text special definition.
@@ -1677,7 +1677,7 @@ Func ControlGetFocus($title, $text = "")
16771677
EndFunc
16781678

16791679
#cs
1680-
# Returns the control's current text.
1680+
# Retrieves the internal handle of a control.
16811681
#
16821682
# This function returns a HWND/Handle value.
16831683
#

0 commit comments

Comments
 (0)