winframe クラス : WindowHandle ゲッタ

説明

ウインドウハンドルを取得します。

構文

winframeInstance.WindowHandle

引数

無し。

返り値

クラス説明
longウインドウハンドル。

サンプルコード

1:

wfpool wfp;

2:

winframe winframeIns = wfp.GetActive(); // Gets a window that has focus.

3:

long whnd = winframeIns.WindowHandle;

注意

無し。

参照リンク

無し。

Copyright © Cooker All rights reserved.