函数参考
_GUIToolTip_GetMarginEx
检索顶部,左侧,底部和右侧的边距
#include <GuiToolTip.au3>
_GUIToolTip_GetMarginEx($hWnd)
参数
$hWnd
控件句柄
返回值
成功:
返回接收边距信息的 $tagRECT 结构:
Top - 文本与上边框距离的像素值
Left - 文本与左边框距离的像素值
Bottom - 文本与底边框距离的像素值
Right - 文本与右边框距离的像素值
Result - 如为 True,则返回成功, 若失败则为 False
注意/说明
None.
相关
_GUIToolTip_GetMargin