Nevron.UI.WebForm.Controls Namespace / NAjaxTooltipTool Class / NAjaxTooltipTool Constructor / NAjaxTooltipTool Constructor(Boolean,String,Int32,Int32)


In This Topic
    NAjaxTooltipTool Constructor(Boolean,String,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal defaultEnabled As System.Boolean, _
       ByVal tooltipDivClassName As System.String, _
       ByVal offsetLeft As System.Integer, _
       ByVal offsetBottom As System.Integer _
    )
    'Usage
     
    
    Dim defaultEnabled As System.Boolean
    Dim tooltipDivClassName As System.String
    Dim offsetLeft As System.Integer
    Dim offsetBottom As System.Integer
     
    Dim instance As New NAjaxTooltipTool(defaultEnabled, tooltipDivClassName, offsetLeft, offsetBottom)
    public NAjaxTooltipTool( 
       System.bool defaultEnabled,
       System.string tooltipDivClassName,
       System.int offsetLeft,
       System.int offsetBottom
    )

    Parameters

    defaultEnabled
    tooltipDivClassName
    offsetLeft
    offsetBottom
    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