ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Design Namespace / DesignUtil Class / InDebugMode Method

In This Topic
    InDebugMode Method (DesignUtil)
    In This Topic
    Determines if the debugger is running for the specified IDesignerHost.
    Syntax
    'Declaration
     
    Public Shared Function InDebugMode( _
       ByVal dh As System.ComponentModel.Design.IDesignerHost _
    ) As System.Boolean
    public static System.bool InDebugMode( 
       System.ComponentModel.Design.IDesignerHost dh
    )

    Parameters

    dh
    See Also