Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxMouseOutCallbackTool Class / NAjaxMouseOutCallbackTool Constructor / NAjaxMouseOutCallbackTool Constructor(Boolean)
Selects the initial enabled state of the tool.


In This Topic
    NAjaxMouseOutCallbackTool Constructor(Boolean)
    In This Topic
    Initializes a new instance of NAjaxMouseOutCallbackTool with a given default enabled value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal defaultEnabled As System.Boolean _
    )
    'Usage
     
    
    Dim defaultEnabled As System.Boolean
     
    Dim instance As New NAjaxMouseOutCallbackTool(defaultEnabled)
    public NAjaxMouseOutCallbackTool( 
       System.bool defaultEnabled
    )

    Parameters

    defaultEnabled
    Selects the initial enabled state of the tool.
    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