This function gets the bounding rectangle of a Treeview Item. ;=============================================================================== ; ; Description: _GUICtrlTreeViewGetItemRect ; Parameter(s): $i_treeview - controlID ; $h_item - item ID/handle to get the bounding rect of ; $b_flag - If set to True, rect returned is just the text area ; else the rect extends out. ;