InputDlg object provides scriptable entry dialogs in Ted, Shell and Fred, and on-the-fly popup menus.
Methods
AddAccess | Add permissions control to the dialog box. |
AddCombo | Add combo control to the dialog box. |
AddInfo | Add label control to the dialog box. |
AddInt | Add integer control to the dialog box. |
AddList | Add list control to the dialog box. |
AddString | Add string control to the dialog box. |
AddSwitch | Add check/box control to the dialog box. |
GetComboIdx | Returns the name of the item, selected in a combo box, or in a switch item. |
GetComboStr | Returns the name of the item, selected in a combo box. |
GetItemValue
GetListIdx | Returns the name of the item, selected in a list box, or in a switch item. |
GetListStr | Returns the name of the item, selected in a list box. |
InitializeComponent
ItemOptions | Set options (disabled, hidden, etc) for the item with specified iIdx |
Items
ItemTooltip
OnOk
SetAccess
SetItemValue
SetLabelWidth
SetOKOnly
ShowDialog
ToIdx | In a combo array, selects an item by its value |
ValidateDelegate
Create an InputDlg object:
Dim idlg As InputDlg = New InputDlg
or
Dim dlg As New InputDlg
See also
Overview of InputDlg