IWindowControllerSetExStyle メソッド

ウィンドウのスタイルを変更します。変更したスタイルを元に戻すにはを使用します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void SetExStyle(
	bool transparent,
	bool noActive
)

パラメーター

transparent
型: SystemBoolean
マウスクリックができないウィンドウを作成します。
noActive
型: SystemBoolean
フォーカスすることができないウィンドウを作成します。
関連項目