TreeView for WinForms | ComponentOne
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 IDesignerHost _
    ) As Boolean
    public static bool InDebugMode( 
       IDesignerHost dh
    )

    Parameters

    dh
    See Also