Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPicker Class / TextString Property


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