KryptonInputBoxShow(String, String) Method |
Displays an input box with provided prompt and caption.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static string Show(
string prompt,
string caption
)
Parameters
- prompt String
- The text to display as an input prompt.
- caption String
- The text to display in the title bar of the input box.
Return Value
StringInput string.
See Also