KryptonInputBoxShow Method (IWin32Window, String, String, String) |
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: 2024.1.1.0 (2024.1.1.0)
Syntax public static string Show(
IWin32Window owner,
string prompt,
string caption,
string defaultResponse
)
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. - defaultResponse
- Type: SystemString
Default response text..
Return Value
Type:
StringInput string.
See Also