SelectItemInComboBox MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The SelectItemInComboBox() method looks for the specified item ID in the supplied combo box. If it is found, that item will be selected.Syntax Visual BasicC# 'Declaration Public Shared Sub SelectItemInComboBox( _ ByVal comboBox As ComboBox, _ ByVal itemID As String _ ) public static void SelectItemInComboBox( ComboBox comboBox, string itemID ) ParameterscomboBox Required. Holds the combo box containing the item data.itemID Required. Holds the ID of the item to select. See AlsoReferenceItems ClassItems Members In This Topic
The SelectItemInComboBox() method looks for the specified item ID in the supplied combo box. If it is found, that item will be selected.Syntax Visual BasicC# 'Declaration Public Shared Sub SelectItemInComboBox( _ ByVal comboBox As ComboBox, _ ByVal itemID As String _ ) public static void SelectItemInComboBox( ComboBox comboBox, string itemID ) ParameterscomboBox Required. Holds the combo box containing the item data.itemID Required. Holds the ID of the item to select. See AlsoReferenceItems ClassItems Members
The SelectItemInComboBox() method looks for the specified item ID in the supplied combo box. If it is found, that item will be selected.Syntax Visual BasicC# 'Declaration Public Shared Sub SelectItemInComboBox( _ ByVal comboBox As ComboBox, _ ByVal itemID As String _ ) public static void SelectItemInComboBox( ComboBox comboBox, string itemID ) ParameterscomboBox Required. Holds the combo box containing the item data.itemID Required. Holds the ID of the item to select. See AlsoReferenceItems ClassItems Members
The SelectItemInComboBox() method looks for the specified item ID in the supplied combo box. If it is found, that item will be selected.Syntax Visual BasicC# 'Declaration Public Shared Sub SelectItemInComboBox( _ ByVal comboBox As ComboBox, _ ByVal itemID As String _ ) public static void SelectItemInComboBox( ComboBox comboBox, string itemID ) ParameterscomboBox Required. Holds the combo box containing the item data.itemID Required. Holds the ID of the item to select. See AlsoReferenceItems ClassItems Members