15 lines
359 B
VB.net
15 lines
359 B
VB.net
Imports System.ComponentModel
|
|
Imports DigitalData.GUIs.ClientSuite.ClassControlLocalization
|
|
|
|
Namespace ControlProperties
|
|
Public Class ClassLabelProperties
|
|
Inherits ClassBaseProperties
|
|
|
|
<LocalizedCategory("category_view")>
|
|
<LocalizedDescription("desc_id")>
|
|
Public Property Caption As String
|
|
End Class
|
|
|
|
End Namespace
|
|
|