DialogsInputDialog(String) Method
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static bool InputDialog(
ref string value
)
Public Shared Function InputDialog (
ByRef value As String
) As Boolean
public:
static bool InputDialog(
String^% value
)
static member InputDialog :
value : string byref -> bool
- value String
- A reference to a string that contains the initial value of the input field. When this method returns , this parameter will contain the value entered by the user.
Boolean if the user clicked OK or pressed Enter,
if the user clicked Cancel, pressed Esc or closed the dialog.