Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxTooltipTool Class / NAjaxTooltipTool Constructor / NAjaxTooltipTool Constructor(Boolean,String,Int32,Int32)
Selects the initial enabled state of the tool.
Selects a class name for the DIV element that displays the tooltip. Use null for none.
The horizontal distance from the cursor pointer to the tooltip div.
The vertical distance from the cursor pointer to the tooltip div.


In This Topic
    NAjaxTooltipTool Constructor(Boolean,String,Int32,Int32)
    In This Topic
    Initializes a new instance of NAjaxTooltipTool with a given default enabled value and tooltip configuration.
    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
    Selects the initial enabled state of the tool.
    tooltipDivClassName
    Selects a class name for the DIV element that displays the tooltip. Use null for none.
    offsetLeft
    The horizontal distance from the cursor pointer to the tooltip div.
    offsetBottom
    The vertical distance from the cursor pointer to the tooltip div.
    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