Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NMaskedEnumPanel Class / SetTooltip Method


In This Topic
    SetTooltip Method (NMaskedEnumPanel)
    In This Topic
    Sets the tooltip of the checkbox associated with the given enum value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetTooltip( _
       ByVal enumValue As System.Object, _
       ByVal tooltip As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NMaskedEnumPanel
    Dim enumValue As System.Object
    Dim tooltip As System.Object
     
    instance.SetTooltip(enumValue, tooltip)
    public virtual void SetTooltip( 
       System.object enumValue,
       System.object tooltip
    )

    Parameters

    enumValue
    tooltip
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also