combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlHelpType Enumeration


In This Topic
    LlHelpType Enumeration
    In This Topic

    Enables the programmer to use an external help system instead of List & Label's own help system.

    Syntax
    'Declaration
     
    
    Public Enum LlHelpType 
       Inherits System.Enum
    public enum LlHelpType : System.Enum 
    public enum class LlHelpType : public System.Enum 
    Members
    MemberDescription
    ShowContextHelp

    LOWORD(lParam) is then the context number of the help topic.

    ShowHelpOnHelp

    The user queries the help summary.

    ShowIndex

    The user wants to see the index of the help file.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlHelpType

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also