Click or drag to resize

KryptonInputBoxShow(IWin32Window, String, String, String) Method

DDisplays an input box in front of the specified object and with the provided prompt and caption and defaulted response string.

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(
	IWin32Window owner,
	string prompt,
	string caption,
	string defaultResponse
)

Parameters

owner  IWin32Window
Owner of the modal dialog box.
prompt  String
The text to display as an input prompt.
caption  String
The text to display in the title bar of the input box.
defaultResponse  String
Default response text..

Return Value

String
Input string.
See Also