Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SuspendUpdate Method
If true suspends the updates, else resumes them

In This Topic
    SuspendUpdate Method
    In This Topic
    Suspends the updates of ViewportLayout.
    Syntax
    'Declaration
     
    Public Sub SuspendUpdate( _
       ByVal suspend As Boolean _
    ) 
    public void SuspendUpdate( 
       bool suspend
    )

    Parameters

    suspend
    If true suspends the updates, else resumes them
    Remarks
    For internal use only.
    See Also