jj 22.06 visible / treeview property

This commit is contained in:
JenneJ
2016-06-22 13:12:09 +02:00
parent d71de0dc2f
commit c8d0b3f52b
6 changed files with 104 additions and 5 deletions

View File

@@ -423,5 +423,14 @@ Namespace My.Resources
Return ResourceManager.GetString("desc_type", resourceCulture)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Gibt an, ob das Element angezeigt wird. ähnelt.
'''</summary>
Friend Shared ReadOnly Property desc_visible() As String
Get
Return ResourceManager.GetString("desc_visible", resourceCulture)
End Get
End Property
End Class
End Namespace

View File

@@ -237,4 +237,7 @@
<data name="desc_type" xml:space="preserve">
<value>The element's type</value>
</data>
<data name="desc_visible" xml:space="preserve">
<value>Should the element be visible?</value>
</data>
</root>

View File

@@ -237,4 +237,7 @@
<data name="desc_type" xml:space="preserve">
<value>Der Typ des Elements</value>
</data>
<data name="desc_visible" xml:space="preserve">
<value>Gibt an, ob das Element angezeigt wird.</value>
</data>
</root>