* „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)
|
||||
oReplaceValue = oControl.Text
|
||||
|
||||
Case GetType(DevExpress.XtraEditors.ComboBoxEdit)
|
||||
Dim oCombobox As DevExpress.XtraEditors.ComboBoxEdit = oControl
|
||||
oReplaceValue = oCombobox.EditValue
|
||||
' Case GetType(DevExpress.XtraEditors.ComboBoxEdit) ' Type not found: DevExpress.XtraEditors.ComboBoxEdit
|
||||
' Dim oCombobox As DevExpress.XtraEditors.ComboBoxEdit = oControl
|
||||
' oReplaceValue = oCombobox.EditValue
|
||||
|
||||
Case GetType(CheckBox)
|
||||
Dim oCheckBox As CheckBox = oControl
|
||||
|
||||
Reference in New Issue
Block a user