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


In This Topic
    Text Property (InputTextDialog)
    In This Topic
    Gets/sets text of the input text box.
    Syntax
    'Declaration
     
    
    Public Shadows Property Text As String
    'Usage
     
    
    Dim instance As InputTextDialog
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public new string Text {get; set;}
    See Also