MaxLengthUnit Property (GcComboBox)
Gets or sets the calculational methods of the MaxLength (based on byte or character).
'Declaration
Public Property MaxLengthUnit As LengthUnit
'Usage
Dim instance As GcComboBox
Dim value As LengthUnit
instance.MaxLengthUnit = value
value = instance.MaxLengthUnit
Property Value
A
bool value,
true if the calculational methods of the
MaxLength based on byte,
false means based on character.
The defalut is
LengthUnit.Char.