Click or drag to resize

KryptonInputBoxShow(String) Method

Displays an input box with the provided prompt.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string Show(
	string prompt
)

Parameters

prompt  String
The text to display as an input prompt.

Return Value

String
Input string.
See Also