IGlobalsShowTextBoxDialogT メソッド

テキストボックスを表示します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
bool ShowTextBoxDialog<T>(
	string title,
	string initialText,
	bool applyRules,
	bool restoreWindow,
	out T result
)

パラメーター

title
型: SystemString
ウィンドウのタイトル
initialText
型: SystemString
初期テキスト
applyRules
型: SystemBoolean
KeyToKeyの値ルールを適用するかどうか
restoreWindow
型: SystemBoolean
ウィンドウが閉じられた後に開始前のウィンドウを表示する
result
型: T
入力されたテキスト、値ルールを適用している場合はTの型へ変換されます。

型パラメーター

T
テキストを解析・変換後の型

戻り値

型: Boolean
正常:True、 異常:False
関連項目