IWindowSetWindowText メソッド

ウィンドウタイトルを変更します。

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

パラメーター

handle
型: SystemIntPtr
ウィンドウのハンドル
text
型: SystemString
テキスト

戻り値

型: Boolean

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

関連項目