jj 16.03 hints
This commit is contained in:
@@ -37,6 +37,18 @@ Module ClassControlProperties
|
||||
Private _size As Size
|
||||
Private _location As Point
|
||||
Private _name As String
|
||||
Private _hint As String
|
||||
|
||||
<LocalizedCategoryAttribute("category_view")>
|
||||
<LocalizedDescriptionAttribute("desc_hint")>
|
||||
Public Property Hint() As String
|
||||
Get
|
||||
Return _hint
|
||||
End Get
|
||||
Set(value As String)
|
||||
_hint = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<LocalizedCategoryAttribute("category_id")>
|
||||
<LocalizedDescriptionAttribute("desc_id")>
|
||||
|
||||
Reference in New Issue
Block a user