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

In This Topic
    Text Property (ProgressChangedEventArgs)
    In This Topic
    The progress text. Can be empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    public string Text {get;}
    See Also