Text input dialog. More...
Public Member Functions | |
TextInputDialog () | |
TextInputDialog constructor. | |
void | Dispose () |
Frees unmanaged resources of TextInputDialog. | |
void | Open () |
Opens the text input dialog. | |
void | Abort () |
Aborts the text input dialog. | |
Properties | |
CommonDialogState | State [get] |
Dialog state. | |
CommonDialogResult | Result [get] |
Dialog operational result. | |
TextInputMode | Mode [get, set] |
Text input mode. | |
string | Text [get, set] |
Edit-target text. |
Text input dialog.
void Abort | ( | ) |
Aborts the text input dialog.
Calling only in the main thread is possible.
Implements ICommonDialog.
void Open | ( | ) |
CommonDialogResult Result [get] |
CommonDialogState State [get] |
string Text [get, set] |
Edit-target text.
By setting Text before calling Open(), a character string in the initial state of the text input dialog can be specified. After the State becomes Finished and it is confirmed that the Result is OK, obtain Text to consequently obtain the text edit result.