14 lines
402 B
VB.net
14 lines
402 B
VB.net
Imports System.ComponentModel
|
|
Imports DigitalData.GUIs.ClientSuite.ClassControlLocalization
|
|
|
|
Namespace ControlProperties
|
|
Public Class ClassTextboxProperties
|
|
Inherits ClassInputProperties
|
|
|
|
<LocalizedCategory("category_view")>
|
|
<LocalizedDescription("desc_multiline")>
|
|
<DefaultValue(False)>
|
|
Public Property Multiline() As Boolean
|
|
End Class
|
|
End Namespace
|