IWindowSetWindowState メソッド

ウィンドウの表示状態を設定します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
bool SetWindowState(
	IntPtr handle,
	WindowStates state
)

パラメーター

handle
型: SystemIntPtr
ウィンドウのハンドル
state
型: KeyToKey.EnumsWindowStates
ウィンドウの状態

戻り値

型: Boolean

["M:KeyToKey.Plugins.IWindow.SetWindowState(System.IntPtr,KeyToKey.Enums.WindowStates)"に対する<returns>がありません]

関連項目