Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / UndoSelStart Property


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