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


In This Topic
    NAjaxMouseUpCallbackTool Constructor(Boolean)
    In This Topic
    Initializes a new instance of NAjaxMouseUpCallbackTool 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 NAjaxMouseUpCallbackTool(defaultEnabled)
    public NAjaxMouseUpCallbackTool( 
       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