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

In This Topic
    IsDesignMode Method (ViewportLayout)
    In This Topic
    Gets a boolean indicating whether the control is running at design time.
    Syntax
    'Declaration
     
    Public Overrides Function IsDesignMode() As Boolean
    public override bool IsDesignMode()
    Remarks
    For internal use only.
    See Also