Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / LastCaretPos Property


In This Topic
    LastCaretPos Property
    In This Topic
    Gets or sets the last caret position.
    Syntax
    'Declaration
     
    
    Public Overridable Property LastCaretPos As Integer
    'Usage
     
    
    Dim instance As InputTextBox
    Dim value As Integer
     
    instance.LastCaretPos = value
     
    value = instance.LastCaretPos
    public virtual int LastCaretPos {get; set;}
    See Also