Show / Hide Table of Contents

Method dialog.SetEditControl


Overload

Adds Edit or Combo control.

public void SetEditControl(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 Combo.

Remarks

To get control text after closing the dialog, use dialog.Controls.

Dialogs with an input field cannot have a progress bar.