Prepare for WISAG

This commit is contained in:
Jonathan Jenne
2019-04-29 16:18:04 +02:00
parent bc3574dcff
commit 963105669a
13 changed files with 1051 additions and 479 deletions

View File

@@ -211,6 +211,8 @@ Public Module ModuleControlProperties
Public Class TextboxProperties
Inherits InputProperties
<Editor(GetType(ClassRegexEditor), GetType(UITypeEditor))>
Public Property Regex As String
End Class
Public Class LabelProperties