wfpool クラス : GetByTitle(string) メソッド
説明
指定されたタイトルを持つトップレベルウインドウのリストを取得します。
構文
wfpoolInstance.GetByTitle(string title)
引数
クラス | 名前 | 説明 |
string | title | タイトル。 |
返り値
クラス | 説明 |
list{winframe} | ウインドウのリスト。 |
サンプルコード
1: | wfpool wfp; |
2: | list{winframe} wflist = wfp.GetByTitle("some title..."); // Gets a window that has the specified title. |
注意
トップレベルウインドウとは親を持たないウィンドウのことです。
参照リンク
無し。