'Declaration
Public Overridable Property AllowNegativeNumbers As Boolean
'使用法
Dim instance As TextInput
Dim value As Boolean
instance.AllowNegativeNumbers = value
value = instance.AllowNegativeNumbers
public virtual bool AllowNegativeNumbers {get; set;}