_GUICtrlLeft

Gets left position of given control in given window

#include "Window, Screen, Mouse and Control.au3"
_GUICtrlLeft( $hGUI, $hControl )

parameters

$hGUI Window GUI handle
$hControl GUI control handle

return value

integer value Left position of control in window

related

_GUICtrlRight, _GUICtrlTop, _GUICtrlBottom, _GUICtrlWidth, _GUICtrlHeight