wfpool クラス : GetActive() メソッド
説明
アクティブなウインドウを取得します。
構文
wfpoolInstance.GetActive()
引数
無し。
返り値
クラス | 説明 |
winframe | アクティブなウインドウ。 |
サンプルコード
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
注意
無し。
参照リンク
無し。
アクティブなウインドウを取得します。
wfpoolInstance.GetActive()
無し。
クラス | 説明 |
winframe | アクティブなウインドウ。 |
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
無し。
無し。