函数参考


_GUIToolTip_SetMaxTipWidth

设置工具提示(ToolTip)窗口最大宽度

#include <GuiToolTip.au3>
_GUIToolTip_SetMaxTipWidth($hWnd, $iWidth)

参数

$hWnd 控件句柄
$iWidth 需要设置工具提示的最大宽度值

返回值

成功: 返回原先的工具提示最大宽度值

注意/说明

The maximum ToolTip width value does not indicate a ToolTip window's actual width. Rather, if a ToolTip string
exceeds the maximum width, the control breaks the text into multiple lines, using spaces to determine line
breaks. If the text cannot be segmented into multiple lines, it will be displayed on a single line. The length
of this line may exceed the maximum ToolTip width.

相关

_GUIToolTip_GetMaxTipWidth