Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Text Property


In This Topic
Text Property (IElementStyle)
In This Topic
Gets or sets the text.
Syntax
'Declaration
 
Property Text As String
 
'Usage
 
Dim instance As IElementStyle
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also