Spread WinForms 15
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
See Also