FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Text Property


In This Topic
Text Property (ElementContainerControl)
In This Topic
Gets or sets the contents of the control as a string matching exactly what is displayed.
Syntax
'Declaration
 
Public Overridable Shadows Property Text As String
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also