winframe クラス : WindowTitle ゲッタ
説明
ウインドウのタイトルを取得します。
構文
winframeInstance.WindowTitle
引数
無し。
返り値
| クラス | 説明 |
| string | ウインドウのタイトル。 |
サンプルコード
| 1: | wfpool wfp; |
| 2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
| 3: | string title = winframeIns.WindowTitle; |
注意
タイトルが無い場合は空文字列が返ります。
参照リンク
無し。


