函数参考


_GUIToolTip_ToolExists

确定工具是否存在.

#include <GuiToolTip.au3>
_GUIToolTip_ToolExists($hWnd)

参数

$hWnd 控件句柄

返回值

True: 工具存在
False: 工具不存在

注意/说明

None.

相关