Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / Text Property


In This Topic
    Text Property (IFpStatusBarElement)
    In This Topic
    Gets the element text.
    Syntax
    'Declaration
     
    
    ReadOnly Property Text As String
    'Usage
     
    
    Dim instance As IFpStatusBarElement
    Dim value As String
     
    value = instance.Text
    string Text {get;}
    See Also