Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTooltip Class / GetContent Method


In This Topic
    GetContent Method (NTooltip)
    In This Topic
    Gets the widget that should be displayed inside the tooltip window when the tooltip shows. This implementation returns the NWidget.FromObject(Content) result, but derivate classes can override the method to generate dynamic tooltip content.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetContent() As NWidget
    'Usage
     
    
    Dim instance As NTooltip
    Dim value As NWidget
     
    value = instance.GetContent()
    public virtual NWidget GetContent()
    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