Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SuspendDesigner Method
If true suspends the events for the designer, else resumes them

In This Topic
    SuspendDesigner Method
    In This Topic
    Suspends the events of ViewportLayout for the designer.
    Syntax
    'Declaration
     
    Public Shared Sub SuspendDesigner( _
       ByVal suspend As Boolean _
    ) 
    public static void SuspendDesigner( 
       bool suspend
    )

    Parameters

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