_GUICtrlHeight

Gets height of given control in given window

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

parameters

$hGUI Window GUI handle
$hControl GUI control handle

return value

integer value Height of control in window

related

_GUICtrlLeft, _GUICtrlRight, _GUICtrlTop, _GUICtrlBottom, _GUICtrlWidth