Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / text Field


In This Topic
    text Field (FpButtonPaintArgs)
    In This Topic
    String text in the button.
    Syntax
    'Declaration
     
    
    Public text As String
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As String
     
    value = instance.text
     
    instance.text = value
    public string text
    See Also