MS Init Git
This commit is contained in:
@@ -161,6 +161,8 @@ Public Module ModuleControlProperties
|
||||
<Category("Daten")>
|
||||
<TypeConverter(GetType(ChoiceListConverter))>
|
||||
Public Property ChoiceList() As String
|
||||
<Category("SpecialBehaviour")>
|
||||
Public Property DisplayAsLookUpControl As Boolean
|
||||
|
||||
Public Class ChoiceListConverter
|
||||
Inherits TypeConverter
|
||||
@@ -209,6 +211,9 @@ Public Module ModuleControlProperties
|
||||
Public Property AllowAddNewValues As Boolean
|
||||
<Category("Einstellungen")>
|
||||
Public Property PreventDuplicates As Boolean
|
||||
Public Property ChoiceList() As String
|
||||
<Category("SpecialBehaviour")>
|
||||
Public Property DisplayAsComboBox As Boolean
|
||||
End Class
|
||||
|
||||
Public Class LineLabelProperties
|
||||
|
||||
Reference in New Issue
Block a user