”グレイアウト”したコントロールを操作できるようにします。
ControlEnable ( "title", "text", controlID )
パラメータ
title | 対象となるウィンドウ |
text | 対象となるウィンドウのテキスト |
controlID | 対象となるコントロール。Controls参照。 |
返し値
成功 | 1を返します。 |
失敗 | 0を返します。 |
注意
なし。
関連
ControlDisable, ControlShow, ControlCommand
例
ControlEnable("[CLASS:Notepad]", "", "MDIClient1")