InfoWarningErrorMessageControllerShowInputBox Method |
Shows an input box.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ShowInputBox(
string caption,
string dialogText,
string defaultValue
)
Parameters
- caption String
- The dialog caption.
- dialogText String
- The prompt text.
- defaultValue String
- The default input value.
Return Value
StringThe entered value.
See Also