Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpVerticalScrollBar Class / Text Property


In This Topic
    Text Property (FpVerticalScrollBar)
    In This Topic
    Gets or sets the text associated with this control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    'Usage
     
    
    Dim instance As FpVerticalScrollBar
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public virtual string Text {get; set;}

    Property Value

    The text associated with this control.
    See Also