GetItemDataFromComboBoxEntry 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 GetItemDataFromComboBoxEntry() method retrieves the item data from the combo box item.Syntax Visual BasicC# 'Declaration Public Shared Sub GetItemDataFromComboBoxEntry( _ ByVal comboBoxEntry As Object, _ ByRef itemID As String, _ ByRef itemDesc As String _ ) public static void GetItemDataFromComboBoxEntry( object comboBoxEntry, out string itemID, out string itemDesc ) ParameterscomboBoxEntry Required. Holds the returned combo box entry.itemID Output. Holds the returned ID of the item.itemDesc Output. Holds the returned description of the item. See AlsoReferenceItems ClassItems Members In This Topic
The GetItemDataFromComboBoxEntry() method retrieves the item data from the combo box item.Syntax Visual BasicC# 'Declaration Public Shared Sub GetItemDataFromComboBoxEntry( _ ByVal comboBoxEntry As Object, _ ByRef itemID As String, _ ByRef itemDesc As String _ ) public static void GetItemDataFromComboBoxEntry( object comboBoxEntry, out string itemID, out string itemDesc ) ParameterscomboBoxEntry Required. Holds the returned combo box entry.itemID Output. Holds the returned ID of the item.itemDesc Output. Holds the returned description of the item. See AlsoReferenceItems ClassItems Members
The GetItemDataFromComboBoxEntry() method retrieves the item data from the combo box item.Syntax Visual BasicC# 'Declaration Public Shared Sub GetItemDataFromComboBoxEntry( _ ByVal comboBoxEntry As Object, _ ByRef itemID As String, _ ByRef itemDesc As String _ ) public static void GetItemDataFromComboBoxEntry( object comboBoxEntry, out string itemID, out string itemDesc ) ParameterscomboBoxEntry Required. Holds the returned combo box entry.itemID Output. Holds the returned ID of the item.itemDesc Output. Holds the returned description of the item. See AlsoReferenceItems ClassItems Members
The GetItemDataFromComboBoxEntry() method retrieves the item data from the combo box item.Syntax Visual BasicC# 'Declaration Public Shared Sub GetItemDataFromComboBoxEntry( _ ByVal comboBoxEntry As Object, _ ByRef itemID As String, _ ByRef itemDesc As String _ ) public static void GetItemDataFromComboBoxEntry( object comboBoxEntry, out string itemID, out string itemDesc ) ParameterscomboBoxEntry Required. Holds the returned combo box entry.itemID Output. Holds the returned ID of the item.itemDesc Output. Holds the returned description of the item. See AlsoReferenceItems ClassItems Members