KryptonInputBoxShow(IWin32Window, String) Method |
Displays an input box in front of the specified object and with the provided prompt.
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(
IWin32Window owner,
string prompt
)
Parameters
- owner IWin32Window
- Owner of the modal dialog box.
- prompt String
- The text to display as an input prompt.
Return Value
StringInput string.
See Also