_OlkComboBox.MaxLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer (int in C#) value that specifies the maximum number of characters for the Value of this control. Read/write.
public:
property int MaxLength { int get(); void set(int value); };
public int MaxLength { get; set; }
Public Property MaxLength As Integer
Property Value
Remarks
The default value is zero, which only means that no maximum length for the value has been defined for this control. A maximum length may still be in place based on available memory or other factors.