テキスト入力ダイアログ [詳細]
Public メソッド | |
TextInputDialog () | |
TextInputDialog のコンストラクタ | |
void | Dispose () |
TextInputDialog のアンマネージドリソースを解放する | |
void | Open () |
テキスト入力ダイアログを開く | |
void | Abort () |
テキスト入力ダイアログを中断する | |
プロパティ | |
CommonDialogState | State [get] |
ダイアログの状態 | |
CommonDialogResult | Result [get] |
ダイアログの動作結果 | |
TextInputMode | Mode [get, set] |
テキスト入力モード | |
string | Text [get, set] |
編集対象のテキスト |
テキスト入力ダイアログ
void Abort | ( | ) |
void Open | ( | ) |
CommonDialogResult Result [get] |
CommonDialogState State [get] |
string Text [get, set] |
編集対象のテキスト
Open()を呼び出す前に Text を設定しておくことで、テキスト入力ダイアログの初期状態の文字列を指定することができます。また、State が Finished になり、かつ Result が OK であることを確認した後に Text を取得することで、テキストの編集結果を取得することができます。