Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / UndoSelLength Property


In This Topic
    UndoSelLength Property (SEditTextBox)
    In This Topic
    Get or set the Undo selection length position.
    Syntax
    'Declaration
     
    
    Public Overridable Property UndoSelLength As Integer
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As Integer
     
    instance.UndoSelLength = value
     
    value = instance.UndoSelLength
    public virtual int UndoSelLength {get; set;}
    See Also