Nevron Open Vision Documentation
Nevron.Nov Namespace / NApplication Class / ContextualHelpMode Property


In This Topic
    ContextualHelpMode Property (NApplication)
    In This Topic
    Gets or sets the contextual help mode.
    Syntax
    'Declaration
     
    
    Public Shared Property ContextualHelpMode As ENContextualHelpMode
    'Usage
     
    
    Dim value As ENContextualHelpMode
     
    NApplication.ContextualHelpMode = value
     
    value = NApplication.ContextualHelpMode
    public static ENContextualHelpMode ContextualHelpMode {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