Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandSource Class / ShowTooltip Property


In This Topic
    ShowTooltip Property (NCommandSource)
    In This Topic
    Gets or sets whether the command source automatically shows a tooltip, when the mouse enters the owner element. The content of the tooltip is obtained dynamically by the UpdateCommandSource event. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property ShowTooltip As System.Boolean
    'Usage
     
    
    Dim instance As NCommandSource
    Dim value As System.Boolean
     
    instance.ShowTooltip = value
     
    value = instance.ShowTooltip
    public System.bool ShowTooltip {get; set;}
    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