jj - fix default valu & datetime picker read only on creation
This commit is contained in:
@@ -180,6 +180,7 @@ Module ClassControlProperties
|
||||
End Property
|
||||
<CategoryAttribute("Sonstige Einstellungen")>
|
||||
<DescriptionAttribute("Gibt den Standardwert dieses Elements an.")>
|
||||
<DefaultValue("")>
|
||||
Public Property DefaultValue() As String
|
||||
Get
|
||||
Return _default_Value
|
||||
@@ -322,6 +323,7 @@ Module ClassControlProperties
|
||||
|
||||
<CategoryAttribute("Sonstige Einstellungen")>
|
||||
<DescriptionAttribute("Gibt den Standardwert dieses Elements an.")>
|
||||
<DefaultValue(False)>
|
||||
Public Overloads Property DefaultValue As Boolean
|
||||
Get
|
||||
Return _default_value
|
||||
@@ -352,6 +354,7 @@ Module ClassControlProperties
|
||||
|
||||
<CategoryAttribute("Sonstige Einstellungen")>
|
||||
<DescriptionAttribute("Gibt den Standardwert dieses Elements an.")>
|
||||
<DefaultValue(False)>
|
||||
Public Overloads Property DefaultValue As Boolean
|
||||
Get
|
||||
Return _default_value
|
||||
|
||||
Reference in New Issue
Block a user