Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ProgressBar Class / Text Property

In This Topic
    Text Property (ProgressBar)
    In This Topic
    Gets or sets the progress bar text.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also