欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

基 礎(chǔ) 函 數(shù) 參 考


ControlHide

隱藏控件.

ControlHide ( "標(biāo)題", "文本", 控件ID )

參 數(shù)

標(biāo)題 目標(biāo)窗口標(biāo)題.
文本 目標(biāo)窗口文本.
控件ID 控件標(biāo)識(shí)符. 相關(guān)說明見 Controls.

返 回 值

成功: 返回 1.
失敗: 返回 0, 未找到窗口/控件.

備 注

None.

相 關(guān) 函 數(shù)

ControlShow, ControlCommand, ControlDisable, WinSetState

函 數(shù) 示 例


ControlHide("[CLASS:Notepad]", "", "MDIClient1")

;以上為官方原示例,以下為中文網(wǎng)文檔附加示例:

Run("winver.exe")
$HWND=WinWaitActive('[REGEXPTITLE:.+Windows;REGEXPCLASS:#\d+]','')
If IsHWnd($HWND) Then
    MsgBox(32,$HWND,'系統(tǒng)關(guān)于窗口出現(xiàn)咯...我們隱藏[確定]按鈕試試')
    ControlHide($HWND, "", "Button1")
Else
    MsgBox(32,"錯(cuò)誤","貌似沒找到窗口嘛...")
EndIf

provider with jb51.net (unicode)