函数参考
_GUIToolTip_GetMargin
检索顶部,左侧,底部和右侧的边距
#include <GuiToolTip.au3>
_GUIToolTip_GetMargin($hWnd)
参数
$hWnd
控件句柄
返回值
成功: 返回以下格式的数组:
[0] - 文本与上边框距离的像素值
[1] - 文本与左边框距离的像素值
[2] - 文本与底边框距离的像素值
[3] - 文本与右边框距离的像素值
注意/说明
None.
相关
_GUIToolTip_GetMarginEx
,
_GUIToolTip_SetMargin