Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / InitializeViewports Method

In This Topic
    InitializeViewports Method (ViewportLayout)
    In This Topic
    Ensures that at least one Viewport is present in the Viewports collection.
    Syntax
    'Declaration
     
    Public Overrides Sub InitializeViewports() 
    public override void InitializeViewports()
    Remarks
    This method must be called only when creating the ViewportLayoutViewportLayout object at run time. It must not be called when creating the object at design time.
    See Also