Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / IsInDesignMode Property

In This Topic
    IsInDesignMode Property
    In This Topic
    Gets a value indicating whether the control is in design mode (running in Blend or Visual Studio).
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property IsInDesignMode As Boolean
    public static bool IsInDesignMode {get;}
    See Also