* „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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user