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


In This Topic
    Text Property (InputTextBox)
    In This Topic
    Gets or sets the string. Overrides the Text property for control of the Undo and Redo buffer.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    'Usage
     
    
    Dim instance As InputTextBox
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public virtual string Text {get; set;}
    See Also