'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(32767)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("TextBoxMaxLengthDescr")> Public Overridable Property MaxLength As System.Integer
'Usage
Dim instance As NInplaceEditTextBox Dim value As System.Integer instance.MaxLength = value value = instance.MaxLength
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(32767)] [System.ComponentModel.Localizable(true)] [SRDescription("TextBoxMaxLengthDescr")] public virtual System.int MaxLength {get; set;}