Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Services.Implementation
TextWriterMessageService Class
TextWriterMessageService Methods
AskQuestion Method
ChooseSaveError Method
InformSaveError Method
ShowCustomDialog Method
ShowError Method
ShowErrorFormatted Method
ShowException Method
ShowHandledException Method
ShowInputBox Method
ShowMessage Method
ShowMessageFormatted Method
ShowWarning Method
ShowWarningFormatted Method
WriteErrorLine Method
WriteLine Method
Text
Writer
Message
Service
Show
Input
Box Method
Shows an input box.
Namespace:
Altaxo.Main.Services.Implementation
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
string
ShowInputBox
(
string
caption
,
string
dialogText
,
string
defaultValue
)
Parameters
caption
String
The dialog caption.
dialogText
String
The text shown in the dialog.
defaultValue
String
The initial input value.
Return Value
String
The entered string.
Implements
IMessageService
ShowInputBox(String, String, String)
See Also
Reference
TextWriterMessageService Class
Altaxo.Main.Services.Implementation Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net