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


In This Topic
    SetTooltip Method (NDesignCommand)
    In This Topic
    Sets the given tooltip to the specified widget adding the keyboard shortcut information of this command if a keyboard shortcut is defined.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetTooltip( _
       ByVal widget As NWidget, _
       ByVal tooltip As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDesignCommand
    Dim widget As NWidget
    Dim tooltip As System.String
     
    instance.SetTooltip(widget, tooltip)
    protected virtual void SetTooltip( 
       NWidget widget,
       System.string tooltip
    )

    Parameters

    widget
    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