函数参考
_GUICtrlTab_ActivateTab
Activates a tab by its index
#Include <GuiTab.au3>
_GUICtrlTab_ActivateTab($hWnd, $iIndex)
参数
$hWnd
Handle to control
$iIndex
Specifies the zero based index of the item
返回值
Success:
The index of the previously selected tab
Failure:
-1
注意/说明
None.
相关