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

In This Topic
    Visible Property (ProgressBar)
    In This Topic
    Gets or sets the progress bar visibility during the WorkUnit asynchronous execution.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    Remarks
    See Also