MS_21.04.2016
This commit is contained in:
@@ -458,7 +458,7 @@ Public Class ClassControlValues
|
||||
Case GetType(CustomComboBox)
|
||||
Dim combo As CustomComboBox = DirectCast(control, CustomComboBox)
|
||||
combo.SelectedIndex = -1
|
||||
' combo.Text = String.Empty
|
||||
combo.Text = String.Empty
|
||||
|
||||
Case GetType(CheckBox)
|
||||
DirectCast(control, CheckBox).Checked = False
|
||||
|
||||
Reference in New Issue
Block a user