Spread Windows Forms 15.0
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
    public virtual string TextString {get; set;}
    See Also