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

In This Topic
    CancellingText Property
    In This Topic
    Gets or sets the progress bar "Cancelling..." text shown during the cancelling of the WorkUnit.
    Syntax
    'Declaration
     
    Public Property CancellingText As String
    public string CancellingText {get; set;}
    See Also