| KryptonInputBoxShow Method (String) | 
 
            Displays an input box with the provided prompt.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Toolkit
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic static string Show(
	string prompt
)
Parameters
- prompt
- Type: SystemString
 The text to display as an input prompt.
Return Value
Type: 
StringInput string.
 See Also
See Also