Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / OnSetText Method
New text string


In This Topic
    OnSetText Method
    In This Topic
    This is called when the public Text property is called.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSetText( _
       ByVal newText As String _
    ) 
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim newText As String
     
    instance.OnSetText(newText)
    protected virtual void OnSetText( 
       string newText
    )

    Parameters

    newText
    New text string
    See Also