Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Text Property


In This Topic
    Text Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As IElement
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also