Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / MaxLength Property


In This Topic
    MaxLength Property (SuperEditBase)
    In This Topic
    Gets or sets the maximum number of characters that can be typed or pasted into the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property MaxLength As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    instance.MaxLength = value
     
    value = instance.MaxLength
    public virtual int MaxLength {get; set;}
    See Also