wfpool クラス : GetByTitle(string) メソッド

説明

指定されたタイトルを持つトップレベルウインドウのリストを取得します。

構文

wfpoolInstance.GetByTitle(string title)

引数

クラス名前説明
stringtitleタイトル。

返り値

クラス説明
list{winframe}ウインドウのリスト。

サンプルコード

1:

wfpool wfp;

2:

list{winframe} wflist = wfp.GetByTitle("some title..."); // Gets a window that has the specified title.

注意

トップレベルウインドウとは親を持たないウィンドウのことです。

参照リンク

無し。

Copyright © Cooker All rights reserved.