wfpool クラス : ExistByTitle(string) メソッド
説明
指定されたタイトルを持つトップレベルウインドウが存在するかどうかを示す値を取得します。
構文
wfpoolInstance.ExistByTitle(string title)
引数
| クラス | 名前 | 説明 |
| string | title | タイトル。 |
返り値
| クラス | 説明 |
| bool | 存在するかどうかを示す値。 |
サンプルコード
| 1: | wfpool wfp; |
| 2: | bool exist = wfp.ExistByTitle("some title..."); |
注意
トップレベルウインドウとは親を持たないウィンドウのことです。
参照リンク
無し。


