_GUICtrlBottom

Gets bottom position of given control in given window

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

parameters

$hGUI Window GUI handle
$hControl GUI control handle

return value

integer value Bottom position of control in window

related

_GUICtrlLeft, _GUICtrlRight, _GUICtrlTop, _GUICtrlWidth, _GUICtrlHeight