jj 04.05.2016 staticlist editor
This commit is contained in:
@@ -349,12 +349,12 @@ Module ClassControlProperties
|
||||
|
||||
<LocalizedCategoryAttribute("category_data")>
|
||||
<LocalizedDescriptionAttribute("desc_staticlist")>
|
||||
Public Property StaticList() As String
|
||||
Public Property StaticList() As StaticListValue
|
||||
Get
|
||||
Return _static_list
|
||||
Return New StaticListValue(_static_list)
|
||||
End Get
|
||||
Set(value As String)
|
||||
_static_list = value
|
||||
Set(value As StaticListValue)
|
||||
_static_list = value.Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user