'Declaration
Public Property MaxLength As Integer
'Usage
Dim instance As GcComboBox Dim value As Integer instance.MaxLength = value value = instance.MaxLength
public int MaxLength {get; set;}
Property Value
A System.Int32 value.The defalut is 0.
'Declaration
Public Property MaxLength As Integer
'Usage
Dim instance As GcComboBox Dim value As Integer instance.MaxLength = value value = instance.MaxLength
public int MaxLength {get; set;}