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

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


ControlDisable

禁用或"灰顯"控件.

ControlDisable ( "標題", "文本", 控件ID)

參 數(shù)

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

返 回 值

成功: 返回 1.
失敗: 返回 0.

備 注

None.

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

ControlEnable, ControlHide, ControlCommand

函 數(shù) 示 例


ControlDisable("[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)咯...我們禁用掉確定按鈕試試')
    ControlDisable($HWND, "", "Button1")
Else
    MsgBox(32,"錯誤","貌似沒找到窗口嘛...")
EndIf

provider with jb51.net (unicode)