16 lines
399 B
VB.net
16 lines
399 B
VB.net
Imports System.ComponentModel
|
|
Imports DigitalData.GUIs.ClientSuite.ClassControlLocalization
|
|
|
|
Namespace ControlProperties
|
|
Public Class ClassComboboxProperties
|
|
Inherits ClassBaseProperties
|
|
|
|
<LocalizedCategory("category_view")>
|
|
<LocalizedDescription("desc_multiline")>
|
|
<DefaultValue("")>
|
|
Public Property Datasource As String
|
|
End Class
|
|
|
|
End Namespace
|
|
|