Method dialog.Edit
Overload
Adds Edit or ComboBox control.
public dialog Edit(DEdit editType, string editText = null, Strings comboItems = default)
Parameters
|
editType (DEdit)
Control type/style. |
|
editText (string)
Initial edit field text. |
|
comboItems (Strings)
Combo box items used when editType is DEdit.Combo. |
Returns
Remarks
To get control text after closing the dialog, use dialog.Controls.
Dialogs with an input field cannot have a progress bar.