Click or drag to resize

KryptonInputBoxShow Method (IWin32Window, String, String)

Displays an input box in front of the specified object and with the provided prompt and caption.

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

Parameters

owner
Type: System.Windows.FormsIWin32Window
Owner of the modal dialog box.
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.

Return Value

Type: String
Input string.
See Also