Click or drag to resize

KryptonInputBoxShow Method (String, String, String)

Displays an input box with provided prompt and caption and defaulted response string.

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

Parameters

prompt
Type: SystemString
The text to display as an input prompt.
caption
Type: SystemString
The text to display in the title bar of the input box.
defaultResponse
Type: SystemString
Default response text..

Return Value

Type: String
Input string.
See Also