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


In This Topic
    Text Property (ZoomStatusBarElement)
    In This Topic
    Gets or sets the element name.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Text As String
    'Usage
     
    
    Dim instance As ZoomStatusBarElement
    Dim value As String
     
    value = instance.Text
    public virtual string Text {get;}
    See Also