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

In This Topic
    ViewportIndex Property (ProgressBar)
    In This Topic
    Gets the index of the viewport on which the progress bar is displayed.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewportIndex As Integer
    public int ViewportIndex {get;}
    Remarks
    This index is set to the ActiveViewport when the Workunit is started
    See Also