Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTooltip Class / ContentType Property


In This Topic
    ContentType Property (NTooltip)
    In This Topic
    Gets or sets the tooltip content type.
    Syntax
    'Declaration
     
    
    Public Property ContentType As ENTooltipContentType
    'Usage
     
    
    Dim instance As NTooltip
    Dim value As ENTooltipContentType
     
    instance.ContentType = value
     
    value = instance.ContentType
    public ENTooltipContentType ContentType {get; set;}
    Remarks
    You must also set the appropriate property depending on type - Text, Image, Symbol or Widget.
    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