InputDlg Object

Build 1501 on 14/Nov/2017  This topic last edited on: 10/Jun/2015, at 14:29

InputDlg object provides scriptable entry dialogs in Ted, Shell and Fred, and on-the-fly popup menus.

Methods

AddAccessAdd permissions control to the dialog box.
AddColorComboAdd colors control to the dialog box.
AddComboAdd combo control to the dialog box.
AddDateTimeAdd date/time control to the dialog box.
AddFolderBrowserAdd folders control to the dialog box.
AddInfoAdd label control to the dialog box.
AddInfoNoFocusAdd label control (no focuseable) to the dialog box.
AddIntAdd integer control to the dialog box.
AddItemAdd item to the combo box.
AddListAdd list control to the dialog box.
AddMeasureAdd measure control to the dialog box.
AddNumericUpDownAdd numeric control to the dialog box.
AddStringAdd string control to the dialog box.
AddStringMultilineAdd string multiline control to the dialog box.
AddSwitchAdd check/box control to the dialog box.
BorderlessModeRemoves title from dialog box.
CheckMeasureAdd measure check
GetComboDataReturns the value of the combo item
GetComboIdxReturns the name of the item, selected in a combo box, or in a switch item.
GetComboStrReturns the name of the item, selected in a combo box.

GetItemValue

GetListDataReturns the value of the list item
GetListIdxReturns the name of the item, selected in a list box, or in a switch item.
GetListStrReturns the name of the item, selected in a list box.

InitializeComponent

ItemOptionsSet options (disabled, hidden, etc) for the item with specified iIdx

Items

ItemTooltip

OnOk

SetAccess

SetItemValue

SetLabelWidth

SetOKOnly

ShowDialog

ToIdxIn 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