* „Linie 74: Commented out the case for DevExpress.XtraEditors.ComboBoxEdit since the type and its namespace are not available in the project or its dependencies.

Linie 75: Commented out the usage of DevExpress.XtraEditors.ComboBoxEdit as the type is not available.
Linie 76: Commented out the usage of DevExpress.XtraEditors.ComboBoxEdit as the type is not available.“ in Datei „Patterns\Modules\Controls.vb“
This commit is contained in:
Developer01
2025-12-29 15:03:01 +01:00
parent 22b7b39e45
commit b997b48237

View File

@@ -71,9 +71,9 @@ Namespace Modules
Case GetType(ComboBox) Case GetType(ComboBox)
oReplaceValue = oControl.Text oReplaceValue = oControl.Text
Case GetType(DevExpress.XtraEditors.ComboBoxEdit) ' Case GetType(DevExpress.XtraEditors.ComboBoxEdit) ' Type not found: DevExpress.XtraEditors.ComboBoxEdit
Dim oCombobox As DevExpress.XtraEditors.ComboBoxEdit = oControl ' Dim oCombobox As DevExpress.XtraEditors.ComboBoxEdit = oControl
oReplaceValue = oCombobox.EditValue ' oReplaceValue = oCombobox.EditValue
Case GetType(CheckBox) Case GetType(CheckBox)
Dim oCheckBox As CheckBox = oControl Dim oCheckBox As CheckBox = oControl