Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / AjaxDebugConsoleMode Enumeration


In This Topic
    AjaxDebugConsoleMode Enumeration
    In This Topic
    Enumerates the possible display modes of the JavaScript client side debug console.
    Syntax
    'Declaration
     
    
    Public Enum AjaxDebugConsoleMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AjaxDebugConsoleMode
    public enum AjaxDebugConsoleMode : System.Enum 
    Members
    MemberDescription
    AutoSame as PopUp. Can be changed to Embedded in the future.
    EmbeddedThe debug console us displayed as a top-most div within the current document.
    PopUpThe debug console us displayed as a pop-up window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WebForm.Controls.AjaxDebugConsoleMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also