jj 14.03 showcolumn für datagridview
This commit is contained in:
@@ -233,16 +233,20 @@
|
|||||||
DEFAULTVALUE = properties.DefaultValue
|
DEFAULTVALUE = properties.DefaultValue
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If type = "TextBox" OrElse
|
'If type = "TextBox" OrElse
|
||||||
type = "ComboBox" OrElse
|
' type = "ComboBox" OrElse
|
||||||
type = "CheckBox" OrElse
|
' type = "CheckBox" OrElse
|
||||||
type = "RadioButton" OrElse
|
' type = "RadioButton" OrElse
|
||||||
type = "CheckedListBoxControl" OrElse
|
' type = "CheckedListBoxControl" OrElse
|
||||||
type = "ListBoxControl" Then
|
' type = "ListBoxControl" Then
|
||||||
|
|
||||||
|
' SHOW_COLUMN = BoolToInt(properties.ShowColumn)
|
||||||
|
'Else
|
||||||
|
' SHOW_COLUMN = BoolToInt(True)
|
||||||
|
'End If
|
||||||
|
|
||||||
|
If propExists(properties, "ShowColumn") Then
|
||||||
SHOW_COLUMN = BoolToInt(properties.ShowColumn)
|
SHOW_COLUMN = BoolToInt(properties.ShowColumn)
|
||||||
Else
|
|
||||||
SHOW_COLUMN = BoolToInt(True)
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If type = "TextBox" AndAlso propExists(properties, "Format") Then
|
If type = "TextBox" AndAlso propExists(properties, "Format") Then
|
||||||
|
|||||||
Reference in New Issue
Block a user